[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / f / a / 5 / MovinSDKGoogleMaps / 2.4.3 / MovinSDKGoogleMaps.podspec.json
blob1054b8667bb5c146f9b54090433398da80c8df8d
2   "name": "MovinSDKGoogleMaps",
3   "version": "2.4.3",
4   "summary": "Static iOS library of the Google Maps integration for the MovinSDK.",
5   "description": "This repository contains the static iOS library of the Google Maps integration for the MovinSDK.",
6   "homepage": "http://www.movin.io",
7   "license": {
8     "type": "CC BY-ND 3.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Movin ": "info@movin.io"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/movinio/MovinSDKGoogleMaps-iOS.git",
19     "tag": "2.4.3"
20   },
21   "source_files": "include/**/*.h",
22   "public_header_files": "include/**/*.h",
23   "preserve_paths": "libMovinSDKGoogleMaps.a",
24   "ios": {
25     "vendored_libraries": "libMovinSDKGoogleMaps.a"
26   },
27   "dependencies": {
28     "GoogleMaps": [
30     ],
31     "MovinSDK": [
33     ]
34   },
35   "libraries": [
36     "c++",
37     "z"
38   ],
39   "frameworks": [
40     "ImageIO",
41     "CoreMotion",
42     "SystemConfiguration",
43     "CoreLocation",
44     "UIKit"
45   ],
46   "requires_arc": true