blob: e8ede12cf93e6805297f773be4897dac5c6bb7c1 [file] [log] [blame]
{
"name": "JLPermissions",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "JLPermissions",
"frameworks": [
"AddressBook",
"AssetsLibrary",
"EventKit"
],
"dependencies": {
"CocoaLumberjack": [
"~> 1.8"
]
}
}