| { | |
| "name": "SZPermission", | |
| "version": "1.0.0", | |
| "summary": "tool for ios to get system permissions.", | |
| "homepage": "https://github.com/StenpZ/SZPermission", | |
| "license": "MIT", | |
| "authors": { | |
| "StenpZ": "zhouc520@foxmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/StenpZ/SZPermission.git", | |
| "tag": "1.0.0" | |
| }, | |
| "public_header_files": "SZPermission/**/*.{h}", | |
| "source_files": "SZPermission/**/*.{h,m}", | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true | |
| } |