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