| { | |
| "name": "PKKit", | |
| "version": "0.0.2", | |
| "summary": "在项目中经常用到的工具,以及一些自己父类,为了以后编程方便搬运,就在这里做一个pod的库。", | |
| "description": "Custom Category used on iOS, which implement by Objective-C.", | |
| "homepage": "https://github.com/PatrickWP/PKKit", | |
| "license": "MIT", | |
| "authors": { | |
| "Patrick": "498615180@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/PatrickWP/PKKit.git", | |
| "tag": "0.0.2" | |
| }, | |
| "source_files": [ | |
| "PKKit", | |
| "PKKit/**/*.{h,m}" | |
| ], | |
| "dependencies": { | |
| "Masonry": [ | |
| "~> 1.1.0" | |
| ] | |
| } | |
| } |