| { | |
| "name": "MyDemo1", | |
| "version": "1.0.2", | |
| "summary": "pod 组件化开发练习", | |
| "description": "我该描述写啥我该描述写啥我该描述写啥我该描述写啥", | |
| "homepage": "https://gitee.com/damn_code/", | |
| "license": "MIT", | |
| "authors": "wangqizheng", | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://gitee.com/damn_code/MyDemo1.git", | |
| "tag": "1.0.2" | |
| }, | |
| "frameworks": "UIKit", | |
| "requires_arc": true, | |
| "source_files": "MyDemo1/MyDemo1/**/*.{h,m}" | |
| } |