| { | |
| "name": "PBT", | |
| "version": "0.0.1", | |
| "summary": "A short description of PBT.", | |
| "description": "this is a test!", | |
| "homepage": "https://github.com/myLoveIsYou/PBT.git", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "MarkLiu": "1144713192@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/myLoveIsYou/PBT.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "PBT", | |
| "PBT/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude" | |
| } |