| { | |
| "name": "LPDemo2", | |
| "version": "0.0.1", | |
| "summary": "这是我的框架", | |
| "homepage": "https://github.com/layerLP/LPDemo2", | |
| "license": "MIT", | |
| "authors": { | |
| "layerLP": "email@address.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/layerLP/LPDemo2.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "MYPro", | |
| "MYPro/MYFrameworks/*.{h,m}" | |
| ], | |
| "requires_arc": true | |
| } |