[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / 1 / RxPermission / 1.0.0 / RxPermission.podspec.json
blobb4b56cf58c3aa888374dc5b0f457e54937c0f9b1
2   "name": "RxPermission",
3   "version": "1.0.0",
4   "summary": "RxSwift bindings for Permissions API in iOS.",
5   "description": "RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with Permissions in iOS.",
6   "homepage": "https://github.com/sunshinejr/RxPermission",
7   "license": "MIT",
8   "authors": {
9     "Łukasz Mróz": "thesunshinejr@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sunshinejr/RxPermission.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "Source/*.swift",
24       "dependencies": {
25         "Permission/Core": [
27         ],
28         "RxSwift": [
30         ]
31       }
32     },
33     {
34       "name": "AddressBook",
35       "dependencies": {
36         "RxPermission/Core": [
38         ],
39         "Permission/AddressBook": [
41         ]
42       }
43     },
44     {
45       "name": "Bluetooth",
46       "dependencies": {
47         "RxPermission/Core": [
49         ],
50         "Permission/Bluetooth": [
52         ]
53       }
54     },
55     {
56       "name": "Camera",
57       "dependencies": {
58         "RxPermission/Core": [
60         ],
61         "Permission/Camera": [
63         ]
64       }
65     },
66     {
67       "name": "Contacts",
68       "dependencies": {
69         "RxPermission/Core": [
71         ],
72         "Permission/Contacts": [
74         ]
75       }
76     },
77     {
78       "name": "Events",
79       "dependencies": {
80         "RxPermission/Core": [
82         ],
83         "Permission/Events": [
85         ]
86       }
87     },
88     {
89       "name": "Location",
90       "dependencies": {
91         "RxPermission/Core": [
93         ],
94         "Permission/Location": [
96         ]
97       }
98     },
99     {
100       "name": "Microphone",
101       "dependencies": {
102         "RxPermission/Core": [
104         ],
105         "Permission/Microphone": [
107         ]
108       }
109     },
110     {
111       "name": "Motion",
112       "dependencies": {
113         "RxPermission/Core": [
115         ],
116         "Permission/Motion": [
118         ]
119       }
120     },
121     {
122       "name": "Notifications",
123       "dependencies": {
124         "RxPermission/Core": [
126         ],
127         "Permission/Notifications": [
129         ]
130       }
131     },
132     {
133       "name": "Photos",
134       "dependencies": {
135         "RxPermission/Core": [
137         ],
138         "Permission/Photos": [
140         ]
141       }
142     },
143     {
144       "name": "Reminders",
145       "dependencies": {
146         "RxPermission/Core": [
148         ],
149         "Permission/Reminders": [
151         ]
152       }
153     },
154     {
155       "name": "SpeechRecognizer",
156       "dependencies": {
157         "RxPermission/Core": [
159         ],
160         "Permission/SpeechRecognizer": [
162         ]
163       }
164     },
165     {
166       "name": "MediaLibrary",
167       "dependencies": {
168         "RxPermission/Core": [
170         ],
171         "Permission/MediaLibrary": [
173         ]
174       }
175     }
176   ]