blob: 420a34427ae8618fef019b17ba5da2db0a086bcf [file] [log] [blame]
{
"name": "LOGoogleMapsExtension",
"version": "0.1.0",
"summary": "LOGoogleMapsExtension",
"description": "Google Maps Extension",
"homepage": "https://github.com/vivalalova/LOGoogleMapsExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lova": "vivalalova0@gmail.com"
},
"source": {
"git": "https://github.com/vivalalova/LOGoogleMapsExtension.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "LOGoogleMapsExtension/Classes/**/*",
"frameworks": "UIKit",
"static_framework": true,
"dependencies": {
"GoogleMaps": [
"~> 2.5.0"
],
"RxSwift": [
"~> 4.0.0"
],
"Polyline": [
"~> 4.2.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}