| { |
| "name": "CJHModuleKit", |
| "version": "0.0.1", |
| "summary": "A collection of commonly used modules", |
| "description": "A collection of commonly used modules auth by cjh.", |
| "homepage": "https://github.com/871553223/CJHModuleKit", |
| "license": "https://github.com/871553223/CJHModuleKit/blob/master/LICENSE", |
| "authors": { |
| "caojinghe": "dick@aviagames.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/871553223/CJHModuleKit.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "AVFoundation", |
| "CoreGraphics" |
| ], |
| "libraries": [ |
| "iconv", |
| "xml2" |
| ], |
| "requires_arc": true |
| } |