| { |
| "name": "SimLib", |
| "version": "1.0.0.1", |
| "summary": "iOS Kit", |
| "description": "iOS common kit", |
| "homepage": "https://github.com/goham/SimLib", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "SimGao": "goham@126.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/goham/SimLib.git", |
| "tag": "1.0.0.1" |
| }, |
| "source_files": [ |
| "SimLib/Category/**/*.{h,m}", |
| "SimLib/SimLib.h" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "public_header_files": "SimLib/SimLib.h", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "requires_arc": true |
| } |