blob: 55fe86844d3ea499d00d3b7d1bc82e57a9c5996c [file] [log] [blame]
{
"name": "SPPermission",
"version": "3.0.8",
"summary": "Request permissions with native dialog UI and interactive animations. Check state any permission.",
"homepage": "https://github.com/IvanVorobei/RequestPermission",
"source": {
"git": "https://github.com/IvanVorobei/RequestPermission.git",
"tag": "3.0.8"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Vorobei": "hello@ivanvorobei.by"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5.0"
],
"source_files": "Source/SPPermission/**/*.swift",
"deprecated_in_favor_of": "SPPermissions",
"swift_version": "5.0"
}