[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 3 / a / ISHPermissionKit / 2.0.0 / ISHPermissionKit.podspec.json
blobbf4f4c8dee0e9789dbdb02d313da4def8bb55de4
2   "name": "ISHPermissionKit",
3   "version": "2.0.0",
4   "summary": "A polite and unified way of asking for permission on iOS.",
5   "description": "This framework provides a unified way of asking for user permissions on iOS. It also \n                    provides UI to explain the permission requirements before presenting the system\n                    permission dialog to the user. This allows the developer to postpone the system dialog. The framework \n                    provides no actual chrome, leaving the developer and designer in charge of creating the views.",
6   "homepage": "https://github.com/iosphere/ISHPermissionKit.git",
7   "screenshots": "https://raw.githubusercontent.com/iosphere/ISHPermissionKit/master/assets/demo.gif",
8   "license": "New BSD",
9   "authors": {
10     "Felix Lamouroux": "felix@iosphere.de"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/iosphere/ISHPermissionKit.git",
17     "tag": "2.0.0"
18   },
19   "module_name": "ISHPermissionKit",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ISHPermissionKit/**/*.{h,m}",
25       "private_header_files": "ISHPermissionKit/Private/**/*.h",
26       "pod_target_xcconfig": {
27         "OTHER_LDFLAGS": "-ObjC"
28       },
29       "requires_arc": true
30     },
31     {
32       "name": "Motion",
33       "dependencies": {
34         "ISHPermissionKit/Core": [
36         ]
37       },
38       "weak_frameworks": "CoreMotion",
39       "pod_target_xcconfig": {
40         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMotionEnabled"
41       },
42       "user_target_xcconfig": {
43         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMotionEnabled"
44       }
45     },
46     {
47       "name": "Health",
48       "dependencies": {
49         "ISHPermissionKit/Core": [
51         ]
52       },
53       "weak_frameworks": "HealthKit",
54       "pod_target_xcconfig": {
55         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestHealthKitEnabled"
56       },
57       "user_target_xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestHealthKitEnabled"
59       }
60     },
61     {
62       "name": "Location",
63       "dependencies": {
64         "ISHPermissionKit/Core": [
66         ]
67       },
68       "weak_frameworks": "CoreLocation",
69       "pod_target_xcconfig": {
70         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestLocationEnabled"
71       },
72       "user_target_xcconfig": {
73         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestLocationEnabled"
74       }
75     },
76     {
77       "name": "Microphone",
78       "dependencies": {
79         "ISHPermissionKit/Core": [
81         ]
82       },
83       "weak_frameworks": "AVFoundation",
84       "pod_target_xcconfig": {
85         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMicrophoneEnabled"
86       },
87       "user_target_xcconfig": {
88         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMicrophoneEnabled"
89       }
90     },
91     {
92       "name": "PhotoLibrary",
93       "dependencies": {
94         "ISHPermissionKit/Core": [
96         ]
97       },
98       "weak_frameworks": [
99         "Photos",
100         "AssetsLibrary"
101       ],
102       "pod_target_xcconfig": {
103         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestPhotoLibraryEnabled"
104       },
105       "user_target_xcconfig": {
106         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestPhotoLibraryEnabled"
107       }
108     },
109     {
110       "name": "Camera",
111       "dependencies": {
112         "ISHPermissionKit/Core": [
114         ]
115       },
116       "weak_frameworks": "AVFoundation",
117       "pod_target_xcconfig": {
118         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestCameraEnabled"
119       },
120       "user_target_xcconfig": {
121         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestCameraEnabled"
122       }
123     },
124     {
125       "name": "Notifications",
126       "dependencies": {
127         "ISHPermissionKit/Core": [
129         ]
130       },
131       "weak_frameworks": [
132         "UIKit",
133         "UserNotifications"
134       ],
135       "pod_target_xcconfig": {
136         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestNotificationsEnabled"
137       },
138       "user_target_xcconfig": {
139         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestNotificationsEnabled"
140       }
141     },
142     {
143       "name": "SocialAccounts",
144       "dependencies": {
145         "ISHPermissionKit/Core": [
147         ]
148       },
149       "weak_frameworks": "Accounts",
150       "pod_target_xcconfig": {
151         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSocialAccountsEnabled"
152       },
153       "user_target_xcconfig": {
154         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSocialAccountsEnabled"
155       }
156     },
157     {
158       "name": "Contacts",
159       "dependencies": {
160         "ISHPermissionKit/Core": [
162         ]
163       },
164       "weak_frameworks": [
165         "Contacts",
166         "AddressBook"
167       ],
168       "pod_target_xcconfig": {
169         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestContactsEnabled"
170       },
171       "user_target_xcconfig": {
172         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestContactsEnabled"
173       }
174     },
175     {
176       "name": "Calendar",
177       "dependencies": {
178         "ISHPermissionKit/Core": [
180         ]
181       },
182       "weak_frameworks": "EventKit",
183       "pod_target_xcconfig": {
184         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestCalendarEnabled"
185       },
186       "user_target_xcconfig": {
187         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestCalendarEnabled"
188       }
189     },
190     {
191       "name": "Reminders",
192       "dependencies": {
193         "ISHPermissionKit/Core": [
195         ]
196       },
197       "weak_frameworks": "EventKit",
198       "pod_target_xcconfig": {
199         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestRemindersEnabled"
200       },
201       "user_target_xcconfig": {
202         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestRemindersEnabled"
203       }
204     },
205     {
206       "name": "Siri",
207       "dependencies": {
208         "ISHPermissionKit/Core": [
210         ]
211       },
212       "weak_frameworks": "Intents",
213       "pod_target_xcconfig": {
214         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSiriEnabled"
215       },
216       "user_target_xcconfig": {
217         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSiriEnabled"
218       }
219     },
220     {
221       "name": "Speech",
222       "dependencies": {
223         "ISHPermissionKit/Core": [
225         ]
226       },
227       "weak_frameworks": "Speech",
228       "pod_target_xcconfig": {
229         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSpeechEnabled"
230       },
231       "user_target_xcconfig": {
232         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestSpeechEnabled"
233       }
234     },
235     {
236       "name": "MusicLibrary",
237       "dependencies": {
238         "ISHPermissionKit/Core": [
240         ]
241       },
242       "weak_frameworks": "MediaPlayer",
243       "pod_target_xcconfig": {
244         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMusicLibraryEnabled"
245       },
246       "user_target_xcconfig": {
247         "GCC_PREPROCESSOR_DEFINITIONS": "ISHPermissionRequestMusicLibraryEnabled"
248       }
249     }
250   ]