Skip to content

ZYTool Language: Objective-C. Encapsulates some of the commonly used methods of development, easy to develop and use.

License

Notifications You must be signed in to change notification settings

Zy-developer/ZYTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

ZYTool Language: Objective-C. Encapsulates some of the commonly used methods of development, easy to develop and use.

Resources

License

Stars

Watchers

Forks

Packages

No packages published