blob: a297864d5bc4402b2c580d1ba3594698ad1ed33c [file] [log] [blame]
{
"name": "SPPermission",
"version": "3.0.5",
"summary": "Simple request permissions with dialog alert",
"homepage": "https://github.com/IvanVorobei/RequestPermission",
"source": {
"git": "https://github.com/IvanVorobei/RequestPermission.git",
"tag": "3.0.5"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ivan Vorobei": "hello@ivanvorobei.by"
},
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/SPPermission/**/*.swift",
"deprecated_in_favor_of": "SPPermissions",
"swift_version": "5.0"
}