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