blob: 4aec83b892d8652165db86d8dd4fb0638bc5033f [file] [log] [blame]
{
"name": "WRPermission",
"version": "0.9.1",
"summary": "常用权限申请.",
"description": "常用权限的状态查询和申请",
"homepage": "https://github.com/Godfighter/WRPermission",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Godfighter": "xianghui_ios@163.com"
},
"source": {
"git": "https://github.com/Godfighter/WRPermission.git",
"tag": "0.9.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Source",
"subspecs": [
{
"name": "Source",
"source_files": "WRPermission/Classes/*.swift"
},
{
"name": "Bluetooth",
"dependencies": {
"WRPermission/Source": [
]
},
"source_files": "WRPermission/Classes/Types/WRPermissionBluetooth.swift",
"pod_target_xcconfig": {
"SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_BLUETOOTH"
}
}
],
"swift_version": "5.0"
}