[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / c / 0 / 5 / JLPermissions / 2.1.1 / JLPermissions.podspec.json
blobe52b5acb7a45e61c7a72116e115391d82ab96509
2   "name": "JLPermissions",
3   "version": "2.1.1",
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.1"
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": "Contacts",
36       "dependencies": {
37         "JLPermissions/Core": [
39         ]
40       },
41       "source_files": "JLPermissions/JLContactsPermission.?",
42       "frameworks": "AddressBook"
43     },
44     {
45       "name": "Facebook",
46       "dependencies": {
47         "JLPermissions/Core": [
49         ]
50       },
51       "source_files": "JLPermissions/JLFacebookPermission.?",
52       "frameworks": "Accounts"
53     },
54     {
55       "name": "Health",
56       "dependencies": {
57         "JLPermissions/Core": [
59         ]
60       },
61       "source_files": "JLPermissions/JLHealthPermission.?",
62       "frameworks": "HealthKit"
63     },
64     {
65       "name": "Location",
66       "dependencies": {
67         "JLPermissions/Core": [
69         ]
70       },
71       "source_files": "JLPermissions/JLLocationPermission.?",
72       "frameworks": "CoreLocation"
73     },
74     {
75       "name": "Microphone",
76       "dependencies": {
77         "JLPermissions/Core": [
79         ]
80       },
81       "source_files": "JLPermissions/JLMicrophonePermission.?",
82       "frameworks": "AVFoundation"
83     },
84     {
85       "name": "Notification",
86       "dependencies": {
87         "JLPermissions/Core": [
89         ]
90       },
91       "source_files": "JLPermissions/JLNotificationPermission.?"
92     },
93     {
94       "name": "Photos",
95       "dependencies": {
96         "JLPermissions/Core": [
98         ]
99       },
100       "source_files": "JLPermissions/JLPhotosPermission.?",
101       "frameworks": "AssetsLibrary"
102     },
103     {
104       "name": "Reminders",
105       "dependencies": {
106         "JLPermissions/Core": [
108         ]
109       },
110       "source_files": "JLPermissions/JLRemindersPermission.?",
111       "frameworks": "EventKit"
112     },
113     {
114       "name": "Twitter",
115       "dependencies": {
116         "JLPermissions/Core": [
118         ]
119       },
120       "source_files": "JLPermissions/JLTwitterPermission.?",
121       "frameworks": "Accounts"
122     }
123   ]