blob: f9db8a1f16c79db1e32ee5e74425cbf97403686a [file] [log] [blame]
{
"name": "RxCoreLocation",
"version": "0.40.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": "0.40.0"
},
"platforms": {
"ios": "9.3",
"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.0"
],
"RxCocoa": [
"~> 4.0"
]
}
}
]
}