[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 8 / 7 / PermissionsService / 0.9.5 / PermissionsService.podspec.json
blob1bd5aa4d024ee5b4d53fc2edb6aa929b7cbffa04
2   "name": "PermissionsService",
3   "version": "0.9.5",
4   "summary": "An easy way to do permissions requests & handling automatically",
5   "homepage": "https://github.com/lemberg/ios-permissions-service",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lemberg Solutions Limited": "www.lemberg.co.uk"
12   },
13   "source": {
14     "git": "https://github.com/lemberg/ios-permissions-service.git",
15     "tag": "0.9.5"
16   },
17   "social_media_url": "https://twitter.com/lemberg_co_uk",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "description": "Using this code you can get permisions for Photos, Camera and other permisisons",
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/Core/*.{swift, h}"
29     },
30     {
31       "name": "Location",
32       "dependencies": {
33         "PermissionsService/Core": [
35         ]
36       },
37       "source_files": "Source/Location",
38       "pod_target_xcconfig": {
39         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_LOCATION"
40       }
41     },
42     {
43       "name": "Camera",
44       "dependencies": {
45         "PermissionsService/Core": [
47         ]
48       },
49       "source_files": "Source/Camera",
50       "pod_target_xcconfig": {
51         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CAMERA"
52       }
53     },
54     {
55       "name": "Contacts",
56       "dependencies": {
57         "PermissionsService/Core": [
59         ]
60       },
61       "source_files": "Source/Contacts",
62       "pod_target_xcconfig": {
63         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CONTACTS"
64       }
65     },
66     {
67       "name": "Events",
68       "dependencies": {
69         "PermissionsService/Core": [
71         ]
72       },
73       "source_files": "Source/Events",
74       "pod_target_xcconfig": {
75         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EVENTS"
76       }
77     },
78     {
79       "name": "MediaLibrary",
80       "dependencies": {
81         "PermissionsService/Core": [
83         ]
84       },
85       "source_files": "Source/MediaLibrary",
86       "pod_target_xcconfig": {
87         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MEDIA_LIBRARY"
88       }
89     },
90     {
91       "name": "Gallery",
92       "dependencies": {
93         "PermissionsService/Core": [
95         ]
96       },
97       "source_files": "Source/Gallery",
98       "pod_target_xcconfig": {
99         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_GALLERY"
100       }
101     },
102     {
103       "name": "Microphone",
104       "dependencies": {
105         "PermissionsService/Core": [
107         ]
108       },
109       "source_files": "Source/Microphone",
110       "pod_target_xcconfig": {
111         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MICROPHONE"
112       }
113     },
114     {
115       "name": "Reminder",
116       "dependencies": {
117         "PermissionsService/Core": [
119         ]
120       },
121       "source_files": "Source/Reminder",
122       "pod_target_xcconfig": {
123         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_REMINDER"
124       }
125     },
126     {
127       "name": "Siri",
128       "dependencies": {
129         "PermissionsService/Core": [
131         ]
132       },
133       "source_files": "Source/Siri",
134       "pod_target_xcconfig": {
135         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SIRI"
136       }
137     },
138     {
139       "name": "SpeechRecognition",
140       "dependencies": {
141         "PermissionsService/Core": [
143         ]
144       },
145       "source_files": "Source/SpeechRecognition",
146       "pod_target_xcconfig": {
147         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SPEECH_RECOGNITION"
148       }
149     }
150   ]