| { | |
| "name": "YWTheme", | |
| "version": "1.0.0", | |
| "summary": "主题管理", | |
| "homepage": "https://github.com/Huan-Cheng/YWTheme", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.md" | |
| }, | |
| "authors": { | |
| "环诚": "weigong1989@126.com" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Huan-Cheng/YWTheme.git", | |
| "tag": "1.0.0", | |
| "submodules": true | |
| }, | |
| "frameworks": "UIKit", | |
| "requires_arc": true, | |
| "source_files": "YWTheme/**/*.{h,m}", | |
| "public_header_files": "YWTheme/**/*.h" | |
| } |