CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like ZYTool
in your projects. You can install it with the following command:
$ sudo gem install cocoapods
CocoaPods 1.4.0+
is required to buildZYTool 0.2.6+
.
To integrate ZYTool
into your Xcode
project using CocoaPods
, specify it in your Podfile
:
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
target 'TargetName' do
pod 'ZYTool', '~> 0.2.6'
end
Then, run the following command:
$ pod install
- Xcode:
Version 8.0+
. - Language:
Objective-C
. - Requires a minimum of iOS 8.0+.
每个.h文件都有详细的文档注释说明,若还有不明白的,可下载Demo参考Demo里面的用法.
👱 Zy, Blogs: .故事.
ZYTool
is available under the MIT
license. See the LICENSE file for more info.