[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / c / 1 / RxPermission / 1.0.0-beta.1 / RxPermission.podspec.json
blob9f9d8e69665631edbe0c6a2ed42235fbedb0f071
2   "name": "RxPermission",
3   "version": "1.0.0-beta.1",
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-beta.1"
14   },
15   "social_media_url": "https://twitter.com/thesunshinejr",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "Source/*.swift",
20   "dependencies": {
21     "Permission": [
23     ],
24     "RxSwift": [
26     ]
27   }