blob: a7f3620ad974aea85c11d4bdd2e24efca3368a90 [file] [log] [blame]
{
"name": "RxGoogleMaps",
"version": "4.0.0",
"summary": "RxSwift reactive wrapper for GoogleMaps SDK.",
"homepage": "https://github.com/RxSwiftCommunity/RxGoogleMaps",
"license": "MIT",
"authors": {
"RxSwift Community": "community@rxswift.org"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
"tag": "4.0.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"GoogleMaps": [
"~> 3"
]
}
}