| { | |
| "name": "CJXPermissionsManage", | |
| "version": "1.0.0", | |
| "summary": "常用权限判断", | |
| "homepage": "https://github.com/Jayxiang/JXManageDemo", | |
| "license": "MIT", | |
| "authors": { | |
| "jayxiang": "610469644@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/Jayxiang/JXManageDemo", | |
| "tag": "1.0.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "CJXPermissionsManage/*.{h,m}", | |
| "frameworks": [ | |
| "Photos", | |
| "Contacts", | |
| "CoreLocation", | |
| "CoreBluetooth", | |
| "UserNotifications", | |
| "EventKit" | |
| ] | |
| } |