| { |
| "name": "KKUIDevice-swift", |
| "version": "0.0.2", |
| "summary": "A Simple way to get iOS device info.", |
| "description": "A Simple way to get iOS device info. e.g. Hardware string/device name", |
| "homepage": "https://github.com/CrazyFanFan/KKUIDevice", |
| "license": "MIT", |
| "authors": { |
| "Crazy凡": "827799383@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/CrazyFanFan/KKUIDevice.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": [ |
| "KKUIDevice-swift", |
| "KKUIDevice-swift/**/*.{h,swift}" |
| ], |
| "swift_version": "4.1", |
| "requires_arc": true |
| } |