blob: 90eb76ec483adbc3109aa2bcd69565f1fe53dc74 [file] [log] [blame]
{
"name": "PAPermissions",
"version": "0.9.11",
"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.11"
},
"social_media_url": "https://twitter.com/PascalAmbro",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "PAPermissions/Classes/**/*.{swift}",
"resources": "PAPermissions/Assets/**/*",
"ios": {
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreBluetooth",
"CoreMotion",
"Photos"
]
}
}