blob: c7e1e33c305af665aa53baecf672ee795be5e2d4 [file] [log] [blame]
{
"name": "RxGoogleMaps",
"version": "3.2.0",
"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": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
"tag": "3.2.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
],
"GoogleMaps": [
"~> 3"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}