Latest | 0.1.0 |
---|---|
Homepage | https://github.com/siuying/KaifKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, AFOAuth2Manager, SSKeychain |
Authors |
[](https://travis-ci.org/Francis Chong/KaifKit)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
KaifKit is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "KaifKit", git: "https://github.com/siuying/KaifKit.git"
Author
Francis Chong, [email protected]
License
KaifKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "KaifKit", "version": "0.1.0", "summary": "Unofficial Kaif.io client in Objective-C.", "homepage": "https://github.com/siuying/KaifKit", "license": "MIT", "authors": { "Francis Chong": "[email protected]" }, "source": { "git": "https://github.com/siuying/KaifKit.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "dependencies": { "AFNetworking": [ "~> 2.4" ], "AFOAuth2Manager": [], "SSKeychain": [] } }
Sun, 06 Mar 2016 21:52:04 +0000