blob: a43dfbd5f5e73320bf94637f13c9e4ebbfe4f03c [file] [log] [blame]
{
"name": "RxGoogleMaps",
"version": "2.1.2",
"summary": "RxSwift reactive wrapper for GoogleMaps SDK.",
"homepage": "https://github.com/RxSwiftCommunity/RxGoogleMaps",
"license": "MIT",
"authors": {
"Yongha Yoo": "inkyfox@oo-v.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/RxGoogleMaps.git",
"tag": "2.1.2"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"preserve_paths": "RxGoogleMapsBridge.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0-rc.1"
],
"RxCocoa": [
"~> 3.0.0-rc.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
}
}