| { |
| "name": "PHTool", |
| "version": "0.0.2", |
| "summary": "iOS Category, iOS NSDictionary transfor model", |
| "description": "iOS Category from UILable UIButton UIImageView,\niOS Objective-C NSDictionary and json transfor model", |
| "homepage": "https://github.com/semperhhh/PHTool", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zph987": "zphui5409@sina.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/semperhhh/PHTool.git", |
| "tag": "v0.0.2" |
| }, |
| "source_files": [ |
| "PHTool/*.{h}", |
| "PHModel/*.{h,m}", |
| "PHCategory/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |