[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 5 / JLPermissions / 2.2.4 / JLPermissions.podspec.json
blob4e6e67b300227fa4d0a14460f4a9ce49c2a6b7c0
2   "name": "JLPermissions",
3   "version": "2.2.4",
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": "2.2.4"
14   },
15   "dependencies": {
16     "DBPrivacyHelper": [
17       "0.6.1"
18     ]
19   },
20   "platforms": {
21     "ios": "7.0"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "JLPermissions/JLPermissionsCore*"
28     },
29     {
30       "name": "Calendar",
31       "dependencies": {
32         "JLPermissions/Core": [
34         ]
35       },
36       "source_files": "JLPermissions/JLCalendarPermission.?",
37       "frameworks": "EventKit"
38     },
39     {
40       "name": "Camera",
41       "dependencies": {
42         "JLPermissions/Core": [
44         ]
45       },
46       "source_files": "JLPermissions/JLCameraPermission.?",
47       "frameworks": "AVFoundation"
48     },
49     {
50       "name": "Contacts",
51       "dependencies": {
52         "JLPermissions/Core": [
54         ]
55       },
56       "source_files": "JLPermissions/JLContactsPermission.?",
57       "frameworks": "AddressBook"
58     },
59     {
60       "name": "Facebook",
61       "dependencies": {
62         "JLPermissions/Core": [
64         ]
65       },
66       "source_files": "JLPermissions/JLFacebookPermission.?",
67       "frameworks": "Accounts"
68     },
69     {
70       "name": "Health",
71       "dependencies": {
72         "JLPermissions/Core": [
74         ]
75       },
76       "source_files": "JLPermissions/JLHealthPermission.?",
77       "frameworks": "HealthKit"
78     },
79     {
80       "name": "Location",
81       "dependencies": {
82         "JLPermissions/Core": [
84         ]
85       },
86       "source_files": "JLPermissions/JLLocationPermission.?",
87       "frameworks": "CoreLocation"
88     },
89     {
90       "name": "Microphone",
91       "dependencies": {
92         "JLPermissions/Core": [
94         ]
95       },
96       "source_files": "JLPermissions/JLMicrophonePermission.?",
97       "frameworks": "AVFoundation"
98     },
99     {
100       "name": "Notification",
101       "dependencies": {
102         "JLPermissions/Core": [
104         ]
105       },
106       "source_files": "JLPermissions/JLNotificationPermission.?"
107     },
108     {
109       "name": "Photos",
110       "dependencies": {
111         "JLPermissions/Core": [
113         ]
114       },
115       "source_files": "JLPermissions/JLPhotosPermission.?",
116       "frameworks": "AssetsLibrary"
117     },
118     {
119       "name": "Reminders",
120       "dependencies": {
121         "JLPermissions/Core": [
123         ]
124       },
125       "source_files": "JLPermissions/JLRemindersPermission.?",
126       "frameworks": "EventKit"
127     },
128     {
129       "name": "Twitter",
130       "dependencies": {
131         "JLPermissions/Core": [
133         ]
134       },
135       "source_files": "JLPermissions/JLTwitterPermission.?",
136       "frameworks": "Accounts"
137     }
138   ]