blob: 95ea003aad27ecd77f04723f8f4b92f78f038c49 [file] [log] [blame]
{
"name": "RxGoogleMaps",
"version": "3.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.0"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"static_framework": true,
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"GoogleMaps": [
"~> 2.5.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}