blob: fd769038bd8ff2ff1cc44a41927ed28bda95a863 [file] [log] [blame]
{
"name": "JLPermissions",
"version": "1.0.0",
"summary": "User permission dialogs.",
"description": " Ask the user for permissions before iOS does increasing the chance of acceptance on future requests.\n",
"homepage": "https://github.com/jlaws/JLPermissions",
"license": "MIT",
"authors": {
"Joe Laws": "joe.laws@gmail.com"
},
"source": {
"git": "https://github.com/jlaws/JLPermissions.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JLPermissions",
"frameworks": [
"AddressBook",
"AssetsLibrary"
],
"dependencies": {
"CocoaLumberjack": [
"~> 1.8"
]
}
}