blob: c49dfc9654928960c918604d1c36063b30a079c0 [file] [log] [blame]
{
"name": "PAPermissions",
"version": "0.9.10",
"summary": "A unified API to ask for permissions on iOS.",
"homepage": "https://github.com/pascalbros/PAPermissions",
"license": "MIT",
"authors": {
"Pasquale Ambrosini": "pasquale.ambrosini@gmail.com"
},
"source": {
"git": "https://github.com/pascalbros/PAPermissions.git",
"tag": "0.9.10"
},
"social_media_url": "https://twitter.com/PascalAmbro",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "PAPermissions/Classes/**/*.{swift}",
"resources": "PAPermissions/Assets/**/*",
"ios": {
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreBluetooth",
"CoreMotion",
"Photos"
]
},
"pushed_with_swift_version": "4.0"
}