blob: 74d994b811e39d88adcb9fa07e05bd4a4d1b3f17 [file] [log] [blame]
{
"name": "RxCoreLocation",
"version": "1.4.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.4.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
}
}
]
}