[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / b / 9 / RxCoreLocation / 1.5.1 / RxCoreLocation.podspec.json
blob1f4693a055e24e1b2e1e54e645bdfb0bd668ce1d
2   "name": "RxCoreLocation",
3   "version": "1.5.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "RxCoreLocation abstract the Rx behavior for Core Location",
9   "homepage": "http://github.com/RxSwiftCommunity/RxCoreLocation",
10   "social_media_url": "https://twitter.com/bobgodwinx",
11   "authors": {
12     "Obi Bob Godwin": "bobgodwinx@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/RxSwiftCommunity/RxCoreLocation.git",
16     "tag": "1.5.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "watchos": "3.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/*.swift",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "RxSwift": [
33           "~> 6.0"
34         ],
35         "RxCocoa": [
36           "~> 6.0"
37         ]
38       }
39     }
40   ]