blob: 1a1f1c833c0db0d83dcc79008f511757bfb8b1a2 [file] [log] [blame]
{
"name": "Permissionable",
"version": "0.1.0",
"summary": "A simplified Swifty way of asking users for permissions on iOS, based on Cluster's Pre-Permissions.",
"description": "A simplified Swifty way of asking users for permissions on iOS, inpired by Cluster's Pre-Permissions: https://github.com/clusterinc/ClusterPrePermissions",
"homepage": "https://github.com/BellAppLab/Permissionable",
"license": "MIT",
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"source": {
"git": "https://github.com/BellAppLab/Permissionable.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"Photos"
],
"dependencies": {
"Alertable": [
],
"Backgroundable": [
]
}
}