| { | |
| "name": "OCDemo", | |
| "version": "0.1.0", | |
| "summary": "这是一个简单的描述o.", | |
| "description": "这是一个详细的描述\n告诉别人我这个是干什么的用什么用", | |
| "homepage": "https://github.com/mrjlovetian/OCDemo", | |
| "license": "MIT", | |
| "authors": { | |
| "余洪江": "mrjyuhongjinag@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/mrjlovetian/OCDemo.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "OCDemo": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |