[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 9 / RxCoreLocation / 1.3.1 / RxCoreLocation.podspec.json
blobb8651d0119130a203248562516a28f87c7b32675
2   "name": "RxCoreLocation",
3   "version": "1.3.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.3.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "watchos": "2.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           "~> 4.3.1"
34         ],
35         "RxCocoa": [
36           "~> 4.3.1"
37         ]
38       }
39     }
40   ]