| { |
| "name": "TPProject", |
| "version": "0.0.1", |
| "summary": "TPProject组件化功能模块", |
| "description": "方便TPProject不同功能模块的引入", |
| "homepage": "https://github.com/ShelockWindy/TPProject", |
| "license": "MIT", |
| "authors": { |
| "sunwf": "2517185883@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/ShelockWindy/TPProject.git", |
| "tag": "0.0.1" |
| }, |
| "exclude_files": "Classes/Exclude", |
| "dependencies": { |
| "KVOController": [ |
| |
| ], |
| "YYCategories": [ |
| |
| ], |
| "FMDB": [ |
| |
| ], |
| "SDWebImage": [ |
| "~>3.8" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "FoundationKit", |
| "source_files": "TPProject/TopjetPicking/FoundationKit/**/*" |
| } |
| ] |
| } |