[Add] Ads-Global-Beta 6.5.0.2
[CocoaPods.git] / Specs / 9 / 5 / c / PXGoogleDirections / 1.5.1 / PXGoogleDirections.podspec.json
blob6bc1abc99ffc1b5ba4fe64c1f1d602b8d2e52fd9
2   "name": "PXGoogleDirections",
3   "version": "1.5.1",
4   "homepage": "https://github.com/poulpix/PXGoogleDirections",
5   "summary": "Google Directions API SDK for iOS, entirely written in Swift",
6   "screenshots": [
7     "https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen1.png",
8     "https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen2.png"
9   ],
10   "authors": {
11     "Romain L": "dev.romain@me.com"
12   },
13   "license": {
14     "type": "BSD",
15     "file": "LICENSE"
16   },
17   "social_media_url": "https://twitter.com/_RomainL",
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.0",
22   "source_files": "PXGoogleDirections/*.{h,swift}",
23   "module_name": "PXGoogleDirections",
24   "source": {
25     "git": "https://github.com/poulpix/PXGoogleDirections.git",
26     "tag": "1.5.1"
27   },
28   "requires_arc": true,
29   "libraries": [
30     "c++",
31     "icucore",
32     "z"
33   ],
34   "frameworks": [
35     "Accelerate",
36     "AVFoundation",
37     "CoreBluetooth",
38     "CoreData",
39     "CoreLocation",
40     "CoreText",
41     "Foundation",
42     "GLKit",
43     "ImageIO",
44     "OpenGLES",
45     "QuartzCore",
46     "Security",
47     "SystemConfiguration",
48     "CoreGraphics",
49     "GoogleMapsCore",
50     "GoogleMapsBase",
51     "GoogleMaps"
52   ],
53   "resources": "Dependencies/GoogleMaps.framework/Resources/GoogleMaps.bundle",
54   "vendored_frameworks": [
55     "Dependencies/GoogleMaps.framework",
56     "Dependencies/GoogleMapsBase.framework",
57     "Dependencies/GoogleMapsCore.framework"
58   ],
59   "static_framework": true