[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 5 / JLPermissions / 1.0.0 / JLPermissions.podspec.json
blobfd769038bd8ff2ff1cc44a41927ed28bda95a863
2   "name": "JLPermissions",
3   "version": "1.0.0",
4   "summary": "User permission dialogs.",
5   "description": "                       Ask the user for permissions before iOS does increasing the chance of acceptance on future requests.\n",
6   "homepage": "https://github.com/jlaws/JLPermissions",
7   "license": "MIT",
8   "authors": {
9     "Joe Laws": "joe.laws@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jlaws/JLPermissions.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "JLPermissions",
20   "frameworks": [
21     "AddressBook",
22     "AssetsLibrary"
23   ],
24   "dependencies": {
25     "CocoaLumberjack": [
26       "~> 1.8"
27     ]
28   }