blob: a0f9e6c2f21969e8d4b9971d00df3e5a7be577e4 [file] [log] [blame]
{
"name": "SimplePermission",
"version": "1.0.1",
"summary": "A short description of SimplePermission.",
"description": "TODO: A simple permissions framework to start an App for the first time and request the required permissions in turn.",
"homepage": "https://github.com/CodyCalvin/SimplePermission",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Calvin": "CodyCalvin@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/CodyCalvin/SimplePermission.git",
"tag": "1.0.1"
},
"source_files": [
"Classes",
"SimplePermission/SimplePermission/*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}