blob: ef2e576b944c068479d54642865b4a47b3f24a65 [file] [log] [blame]
{
"name": "ISHPermissionKit",
"version": "0.1.1",
"summary": "A unified way for iOS apps to request user permissions.",
"description": "This framework provides a unified way of asking for user permissions on iOS. It also \n provides UI to explain the permission requirements before presenting the user with the \n system permission dialogue. This allows the developer to postpone the system dialogue. The framework \n provides no actual chrome, leaving the developer and designer in charge of creating the views.",
"homepage": "https://github.com/iosphere/ISHPermissionKit.git",
"screenshots": "https://raw.githubusercontent.com/iosphere/ISHPermissionKit/master/demo.gif",
"license": "New BSD",
"authors": {
"Felix Lamouroux": "felix@iosphere.de"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/iosphere/ISHPermissionKit.git",
"tag": "0.1.1"
},
"source_files": [
"ISHPermissionKit",
"ISHPermissionKit/**/*.{h,m}"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}