| { |
| "name": "ctoolManager", |
| "version": "0.0.1", |
| "summary": "just test", |
| "description": "描述描述描述 A short description of ctoolManager", |
| "homepage": "https://github.com/caodaxun/ctoolTest", |
| "license": "MIT", |
| "authors": { |
| "caodaxun": "570971046@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/caodaxun/ctoolTest.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "toolManager/Classes/**/*.{h,m}" |
| ], |
| "resources": "toolManager/Assets/**/*.{png,jpg}", |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |