blob: f571949b9a22e8ce760f070402530b362d8602ae [file] [log] [blame]
{
"name": "RxCoreLocation",
"version": "1.5.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.5.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.1"
],
"RxCocoa": [
"~> 5.1"
]
}
}
]
}