Latest | 0.0.3 |
---|---|
Homepage | https://github.com/badeleux/KBCurrencyConverter |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, ReactiveCocoa, AFNetworking-RACExtensions |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
KBCurrencyConverter is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "KBCurrencyConverter"
Author
badeleux, [email protected]
License
KBCurrencyConverter is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "KBCurrencyConverter", "version": "0.0.3", "summary": "Currency converter for iOS using jsonrates.com", "description": "Currency converter for iOS using ReactiveCocoa and AFNetworking", "homepage": "https://github.com/badeleux/KBCurrencyConverter", "license": "MIT", "authors": { "badeleux": "[email protected]" }, "source": { "git": "https://github.com/badeleux/KBCurrencyConverter.git", "tag": "0.0.3" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "KBCurrencyConverter": [ "Pod/Assets/*.png" ] }, "dependencies": { "AFNetworking": [ "~> 2.3" ], "ReactiveCocoa": [], "AFNetworking-RACExtensions": [] } }
Sat, 05 Mar 2016 03:39:04 +0000