blob: 57552649614d5116a7e7877b83c48ce2cda4a110 [file] [log] [blame]
{
"name": "RxGoogleMaps",
"version": "3.0.1",
"summary": "RxSwift reactive wrapper for GoogleMaps SDK.",
"homepage": "https://github.com/RxSwiftCommunity/RxGoogleMaps",
"license": "MIT",
"authors": {
"Yongha Yoo": "inkyfox@oo-v.com",
"RxSwift Community": "community@rxswift.org"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
"tag": "3.0.1"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"GoogleMaps": [
"~> 2.6.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}