blob: a8f818915c4f3227a1ea7aa064a6cb9093ebb2cd [file] [log] [blame]
{
"name": "CCPAuthorization",
"version": "1.0.1",
"summary": "iOS系统常用的权限申请",
"description": "iOS系统常用的权限申请,支持iOS10.0+,使用swift5.0",
"homepage": "https://github.com/coolboy-ccp/CCPAuthorization",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"coolboy-ccp": ""
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/coolboy-ccp/CCPAuthorization.git",
"tag": "1.0.1"
},
"source_files": "CCPAuthorization/CCPAuthorization/Authorizations/*.swift",
"dependencies": {
"CCPSystemSkip": [
]
}
}