| { |
| "name": "RxCoreLocation", |
| "version": "1.3.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "RxCoreLocation abstract the Rx behavior for Core Location", |
| "homepage": "http://github.com/RxSwiftCommunity/RxCoreLocation", |
| "social_media_url": "https://twitter.com/bobgodwinx", |
| "authors": { |
| "Obi Bob Godwin": "bobgodwinx@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/RxSwiftCommunity/RxCoreLocation.git", |
| "tag": "1.3.0" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.10", |
| "watchos": "2.0", |
| "tvos": "9.0" |
| }, |
| "requires_arc": true, |
| "default_subspecs": "Core", |
| "pushed_with_swift_version": "4.0", |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/*.swift", |
| "frameworks": "Foundation", |
| "dependencies": { |
| "RxSwift": [ |
| "~> 4.2.0" |
| ], |
| "RxCocoa": [ |
| "~> 4.2.0" |
| ] |
| } |
| } |
| ] |
| } |