blob: 11cdfabbf27da4f76ac580b5dca8a7dcd1b8be06 [file] [log] [blame]
{
"name": "RideOsGoogleMaps",
"version": "0.1.0",
"summary": "Implementation of rideOS maps protocols that uses Google Maps and Places",
"description": "Implementation of rideOS maps protocols that uses Google Maps and Places.",
"homepage": "https://github.com/rideOS/rideos-sdk-ios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"rideOS": "support@rideos.ai"
},
"source": {
"git": "https://github.com/rideOS/rideos-sdk-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"static_framework": true,
"dependencies": {
"RideOsCommon": [
"~> 0.1"
],
"RxSwift": [
"~> 4.4"
],
"GoogleMaps": [
"~> 3.2"
],
"GooglePlaces": [
"~> 3.2"
]
},
"source_files": "RideOsGoogleMaps/**/*.{swift, h, m}",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"swift_version": "5.0"
}