Latest | 0.2.8 |
---|---|
Homepage | https://github.com/PsychokinesisTeam/PKCategories |
License | MIT |
Platforms | ios 8.0 |
Authors |
Installation
PKCategories is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'PKCategories'
Author
PsychokinesisTeam, [email protected]
License
PKCategories is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "PKCategories", "version": "0.2.8", "summary": "A collection of category kit for iOS development.", "homepage": "https://github.com/PsychokinesisTeam/PKCategories", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "PsychokinesisTeam": "[email protected]" }, "source": { "git": "https://github.com/PsychokinesisTeam/PKCategories.git", "tag": "0.2.8" }, "platforms": { "ios": "8.0" }, "source_files": "PKCategories/Classes/PKCategories.h", "subspecs": [ { "name": "Foundation", "source_files": "PKCategories/Classes/Foundation/**/*", "public_header_files": "PKCategories/Classes/Foundation/**/*.h" }, { "name": "UIKit", "source_files": "PKCategories/Classes/UIKit/**/*", "public_header_files": "PKCategories/Classes/UIKit/**/*.h" }, { "name": "Other", "source_files": "PKCategories/Classes/Other/**/*", "public_header_files": "PKCategories/Classes/Other/**/*.h" } ] }
Wed, 01 May 2019 10:55:06 +0000