[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / c / PXGoogleDirections / 1.3 / PXGoogleDirections.podspec.json
blob3a35a5d759d70e6c94f59992e8b2aa4519845fa8
2   "name": "PXGoogleDirections",
3   "version": "1.3",
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/Sample/SampleScreen1.png",
8     "https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/Sample/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": "8.1"
20   },
21   "source_files": "PXGoogleDirections/*.{h,swift}",
22   "module_name": "PXGoogleDirections",
23   "source": {
24     "git": "https://github.com/poulpix/PXGoogleDirections.git",
25     "tag": "1.3"
26   },
27   "requires_arc": true,
28   "libraries": [
29     "c++",
30     "icucore",
31     "z"
32   ],
33   "frameworks": [
34     "Accelerate",
35     "AVFoundation",
36     "CoreBluetooth",
37     "CoreData",
38     "CoreLocation",
39     "CoreText",
40     "Foundation",
41     "GLKit",
42     "ImageIO",
43     "OpenGLES",
44     "QuartzCore",
45     "Security",
46     "SystemConfiguration",
47     "CoreGraphics",
48     "GoogleMapsCore",
49     "GoogleMapsBase",
50     "GoogleMaps"
51   ],
52   "resources": "Dependencies/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
53   "vendored_frameworks": [
54     "Dependencies/GoogleMaps.framework",
55     "Dependencies/GoogleMapsBase.framework",
56     "Dependencies/GoogleMapsCore.framework"
57   ],
58   "xcconfig": {
59     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/PXGoogleDirections/Dependencies"
60   },
61   "pushed_with_swift_version": "3.0"