blob: 60eca8f9f10cb856a1d04d00cb3b414738826e4f [file] [log] [blame]
{
"name": "SystemPermission",
"version": "0.0.1",
"summary": "系统权限",
"description": "提供便捷获取系统权限的方法",
"homepage": "https://github.com/weskhen/SystemPermission.git",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"吴健": "wujian516411567@.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/weskhen/SystemPermission.git",
"tag": "0.0.1"
},
"source_files": "Public/SystemPermission/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"HealthKit",
"HomeKit"
],
"requires_arc": true
}