[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / c / PXGoogleDirections / 1.2.2 / PXGoogleDirections.podspec.json
blobbc1de4a794d5e4cabc92a31dee0ba4bc484a7f54
2   "name": "PXGoogleDirections",
3   "version": "1.2.2",
4   "homepage": "https://github.com/poulpix/PXGoogleDirections",
5   "summary": "Google Directions API SDK for iOS, entirely written in Swift",
6   "authors": {
7     "Romain L": "dev.romain@me.com"
8   },
9   "license": {
10     "type": "BSD",
11     "file": "LICENSE"
12   },
13   "social_media_url": "https://twitter.com/_RomainL",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "PXGoogleDirections/*.{h,swift}",
18   "module_name": "PXGoogleDirections",
19   "source": {
20     "git": "https://github.com/poulpix/PXGoogleDirections.git",
21     "tag": "1.2.2"
22   },
23   "requires_arc": true,
24   "libraries": [
25     "c++",
26     "icucore",
27     "z"
28   ],
29   "frameworks": [
30     "Accelerate",
31     "AVFoundation",
32     "CoreBluetooth",
33     "CoreData",
34     "CoreLocation",
35     "CoreText",
36     "Foundation",
37     "GLKit",
38     "ImageIO",
39     "OpenGLES",
40     "QuartzCore",
41     "Security",
42     "SystemConfiguration",
43     "CoreGraphics",
44     "GoogleMaps"
45   ],
46   "resource_bundles": {
47     "GoogleMaps": [
48       "Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/*.bundle"
49     ]
50   },
51   "vendored_frameworks": "Dependencies/GoogleMaps.framework",
52   "xcconfig": {
53     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/PXGoogleDirections/Dependencies"
54   }