CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Aug 2017 |
Maintained by Arthur Qiu.
To run the example project, clone the repo, and run pod install from the Example directory first.
platform: iOS 9.0
To use the pods, you need to install the CocoaPods, the best way to install it is using bundler. So run command in your command line:
$ cd YOUR_PROJECT_ROOT_DIR
$ gem install bundler
$ vim GemfileAnd add the following lines to Gemfile:
source "https://gems.ruby-china.org/"
gem "cocoapods"Save it, and run command:
$ bundle installNow you can use CocoaPods.
ACYKit is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "ACYKit"If you just want to use some sub pods, you can add lines like this:
pod 'ACYKit', :subspecs => ['ACYServiceLog', 'Core'], :git => '[email protected]:archmagees/ACYKit.gitArthur Liu, [email protected]
ACYKit is available under the MIT license. See the LICENSE file for more info.