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 Gemfile
And add the following lines to Gemfile:
source "https://gems.ruby-china.org/"
gem "cocoapods"
- If you are NOT in China, the first line is NOT needed!
Save it, and run command:
$ bundle install
Now 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 => 'git@github.com:archmagees/ACYKit.git
Arthur Liu, archmagees+cocoapods@gmail.com
ACYKit is available under the MIT license. See the LICENSE file for more info.