[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 3 / e / My-Test-iOS-SDK / 0.1.1 / My-Test-iOS-SDK.podspec.json
blob7110e8aebe03af0cc1a5767915c49ef6cbe85cd7
2   "name": "My-Test-iOS-SDK",
3   "version": "0.1.1",
4   "summary": "Test iOS SDK.",
5   "description": "Just try to create cocoapod for private SDK.",
6   "homepage": "https://developers.google.com/maps/documentation/ios/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2012 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.9.2.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "vendored_frameworks": "GoogleMaps.framework",
20   "public_header_files": "GoogleMaps.framework/**/*.h",
21   "resources": "GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
22   "preserve_paths": "GoogleMaps.framework",
23   "header_dir": "GoogleMaps",
24   "frameworks": [
25     "GoogleMaps",
26     "AVFoundation",
27     "CoreData",
28     "CoreLocation",
29     "CoreText",
30     "GLKit",
31     "ImageIO",
32     "OpenGLES",
33     "QuartzCore",
34     "SystemConfiguration"
35   ],
36   "libraries": [
37     "icucore",
38     "stdc++",
39     "z"
40   ],
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Maps-iOS-SDK\""
43   }