[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 9 / RxCoreLocation / 0.40.0 / RxCoreLocation.podspec.json
blobf9db8a1f16c79db1e32ee5e74425cbf97403686a
2   "name": "RxCoreLocation",
3   "version": "0.40.0",
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": "0.40.0"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "pushed_with_swift_version": "4.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/*.swift",
31       "frameworks": "Foundation",
32       "dependencies": {
33         "RxSwift": [
34           "~> 4.0"
35         ],
36         "RxCocoa": [
37           "~> 4.0"
38         ]
39       }
40     }
41   ]