ACYKit 1.0.1

ACYKit 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Aug 2017

Maintained by Arthur Qiu.



ACYKit 1.0.1

  • By
  • Arthur Liu

Build Status

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

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.

Installation

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.git

Author

Arthur Liu, [email protected]

License

ACYKit is available under the MIT license. See the LICENSE file for more info.