ZYTool 0.2.6

ZYTool 0.2.6

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Mar 2019

Maintained by zengyuios.



ZYTool 0.2.6

  • By
  • zengyuios

ZYTool Framework.

Version License Platform Languages

💖 Table of contents

Installation with CocoaPods

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 build ZYTool 0.2.6+.

📃 Podfile

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

⚠️ Requirements

  • Xcode: Version 8.0+.
  • Language: Objective-C.
  • Requires a minimum of iOS 8.0+.

Use

每个.h文件都有详细的文档注释说明,若还有不明白的,可下载Demo参考Demo里面的用法.

👑 Author

👱 Zy, Blogs: .故事.

🔑 License

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