blob: 285c955416b3512f7ee8b2070bc4f342c0486e0f [file] [log] [blame]
{
"name": "Permissionable",
"version": "0.4.2",
"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.4.2"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"default_subspecs": "All",
"subspecs": [
{
"name": "Core",
"dependencies": {
"Alertable": [
],
"Defines": [
]
},
"source_files": "Pod/Classes/*.{swift}"
},
{
"name": "Camera",
"dependencies": {
"Permissionable/Core": [
]
},
"frameworks": "AVFoundation",
"source_files": "Pod/Classes/Camera/*.{swift}"
},
{
"name": "Photos",
"dependencies": {
"Permissionable/Core": [
]
},
"frameworks": "Photos",
"source_files": "Pod/Classes/Photos/*.{swift}"
},
{
"name": "All",
"dependencies": {
"Permissionable/Core": [
],
"Permissionable/Camera": [
],
"Permissionable/Photos": [
]
}
}
]
}