[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / b / 9 / RxCoreLocation / 1.1.0 / RxCoreLocation.podspec.json
blobd7db3c08a8c1e3e0507e5c83f0f1142fab93083b
2   "name": "RxCoreLocation",
3   "version": "1.1.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": "1.1.0"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.11",
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   ]