JCToolKit
Example
To run the example project, clone the repo, and run pod install from the Example directory first.
Requirements
Installation with CocoaPods
JCToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JCToolKit"Installation with Carthage
To integrate JCToolKit into your Xcode project using Carthage, specify it in your Cartfile
Because of JCToolKit dependent on AFNetworking, YYCache, YYModel and SAMKeychain. So, you must add this to you Cartfile:
github "AFNetworking/AFNetworking"
github "ibireme/YYCache"
github "ibireme/YYModel"
github "soffes/SAMKeychain"
github "SerilesJam/JCToolKit"
Run carthage to build the framework and drag the built JCToolKit.framework into your Xcode project.
Author
JiaMiao, [email protected]
License
JCToolKit is available under the MIT license. See the LICENSE file for more info.
JCToolKit
JCToolKit use for quick develope tool.