[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / c / PXGoogleDirections / 1.6 / PXGoogleDirections.podspec.json
blobf99c0f581628ee74f13d0e2c0bf46f7a96fb9682
2   "name": "PXGoogleDirections",
3   "version": "1.6",
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.2",
22   "source_files": "Sources/PXGoogleDirections/*.{h,swift}",
23   "module_name": "PXGoogleDirections",
24   "source": {
25     "git": "https://github.com/poulpix/PXGoogleDirections.git",
26     "tag": "1.6"
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   "vendored_frameworks": [
54     "Dependencies/GoogleMaps.framework",
55     "Dependencies/GoogleMapsBase.framework",
56     "Dependencies/GoogleMapsCore.framework"
57   ],
58   "static_framework": true