blob: d20074c2489233df0568ef6aa67a5f539e044d21 [file] [log] [blame]
{
"name": "MovinSDKGoogleMaps",
"version": "2.4.1",
"summary": "Static iOS library of the Google Maps integration for the MovinSDK.",
"description": "This repository contains the static iOS library of the Google Maps integration for the MovinSDK.",
"homepage": "http://www.movin.io",
"license": {
"type": "CC BY-ND 3.0",
"file": "LICENSE"
},
"authors": {
"Movin ": "info@movin.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/movinio/MovinSDKGoogleMaps-iOS.git",
"tag": "2.4.1"
},
"source_files": "include/**/*.h",
"public_header_files": "include/**/*.h",
"preserve_paths": "libMovinSDKGoogleMaps.a",
"ios": {
"vendored_libraries": "libMovinSDKGoogleMaps.a"
},
"dependencies": {
"GoogleMaps": [
],
"MovinSDK": [
]
},
"libraries": [
"c++",
"z"
],
"frameworks": [
"ImageIO",
"CoreMotion",
"SystemConfiguration",
"CoreLocation",
"UIKit"
],
"requires_arc": true
}