To run the example project, clone the repo, and run pod install
from the Example directory first.
JCToolKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "JCToolKit"
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.
JiaMiao, hxjiamiao@126.com
JCToolKit is available under the MIT license. See the LICENSE file for more info.
JCToolKit use for quick develope tool.