[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 9 / f / WRPermission / 1.0.0 / WRPermission.podspec.json
blob4c1c5f2abd7d873031dbe771e1b4a51f96cc2d3a
2   "name": "WRPermission",
3   "version": "1.0.0",
4   "summary": "Permission,常用权限申请.",
5   "description": "Permission,常用权限的状态查询和申请",
6   "homepage": "https://github.com/Godfighter/WRPermission",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Godfighter": "xianghui_ios@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Godfighter/WRPermission.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "default_subspecs": "Base",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "WRPermission/Classes/*.swift"
27     },
28     {
29       "name": "Bluetooth",
30       "dependencies": {
31         "WRPermission/Base": [
33         ]
34       },
35       "source_files": "WRPermission/Classes/Types/WRBluetooth.swift",
36       "pod_target_xcconfig": {
37         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_BLUETOOTH"
38       }
39     },
40     {
41       "name": "Camera",
42       "dependencies": {
43         "WRPermission/Base": [
45         ]
46       },
47       "source_files": "WRPermission/Classes/Types/WRCamera.swift",
48       "pod_target_xcconfig": {
49         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CAMERA"
50       }
51     },
52     {
53       "name": "Contacts",
54       "dependencies": {
55         "WRPermission/Base": [
57         ]
58       },
59       "source_files": "WRPermission/Classes/Types/WRContacts.swift",
60       "pod_target_xcconfig": {
61         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_CONTACTS"
62       }
63     },
64     {
65       "name": "Events",
66       "dependencies": {
67         "WRPermission/Base": [
69         ]
70       },
71       "source_files": "WRPermission/Classes/Types/WREvents.swift",
72       "pod_target_xcconfig": {
73         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_EVENTS"
74       }
75     },
76     {
77       "name": "Location",
78       "dependencies": {
79         "WRPermission/Base": [
81         ]
82       },
83       "source_files": "WRPermission/Classes/Types/WRLocation.swift",
84       "pod_target_xcconfig": {
85         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_LOCATION"
86       }
87     },
88     {
89       "name": "MediaLibrary",
90       "dependencies": {
91         "WRPermission/Base": [
93         ]
94       },
95       "source_files": "WRPermission/Classes/Types/WRMediaLibrary.swift",
96       "pod_target_xcconfig": {
97         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MEDIA_LIBRARY"
98       }
99     },
100     {
101       "name": "Microphone",
102       "dependencies": {
103         "WRPermission/Base": [
105         ]
106       },
107       "source_files": "WRPermission/Classes/Types/WRMicrophone.swift",
108       "pod_target_xcconfig": {
109         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MICROPHONE"
110       }
111     },
112     {
113       "name": "Motion",
114       "dependencies": {
115         "WRPermission/Base": [
117         ]
118       },
119       "source_files": "WRPermission/Classes/Types/WRMotion.swift",
120       "pod_target_xcconfig": {
121         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_MOTION"
122       }
123     },
124     {
125       "name": "Notifications",
126       "dependencies": {
127         "WRPermission/Base": [
129         ]
130       },
131       "source_files": "WRPermission/Classes/Types/WRNotifications.swift",
132       "pod_target_xcconfig": {
133         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_NOTIFICATIONS"
134       }
135     },
136     {
137       "name": "Photos",
138       "dependencies": {
139         "WRPermission/Base": [
141         ]
142       },
143       "source_files": "WRPermission/Classes/Types/WRPhoto.swift",
144       "pod_target_xcconfig": {
145         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_PHOTOS"
146       }
147     },
148     {
149       "name": "Reminders",
150       "dependencies": {
151         "WRPermission/Base": [
153         ]
154       },
155       "source_files": "WRPermission/Classes/Types/WRReminders.swift",
156       "pod_target_xcconfig": {
157         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_REMINDERS"
158       }
159     },
160     {
161       "name": "Siri",
162       "dependencies": {
163         "WRPermission/Base": [
165         ]
166       },
167       "source_files": "WRPermission/Classes/Types/WRSiri.swift",
168       "pod_target_xcconfig": {
169         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SIRI"
170       }
171     },
172     {
173       "name": "Speech",
174       "dependencies": {
175         "WRPermission/Base": [
177         ]
178       },
179       "source_files": "WRPermission/Classes/Types/WRSpeech.swift",
180       "pod_target_xcconfig": {
181         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "PERMISSION_SPEECH_RECOGNIZER"
182       }
183     }
184   ],
185   "swift_version": "5.0"