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