[Add] SmartCodable 3.4.6-beta
[CocoaPods.git] / Specs / 9 / 5 / c / PXGoogleDirections / 1.0.0 / PXGoogleDirections.podspec.json
blob1f7110f36e6169875601349af735d1347f7284c9
2   "name": "PXGoogleDirections",
3   "version": "1.0.0",
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.0.0"
22   },
23   "requires_arc": true,
24   "libraries": [
25     "c++",
26     "icucore",
27     "z"
28   ],
29   "frameworks": [
30     "AVFoundation",
31     "CoreData",
32     "CoreLocation",
33     "CoreText",
34     "Foundation",
35     "GLKit",
36     "ImageIO",
37     "OpenGLES",
38     "QuartzCore",
39     "SystemConfiguration",
40     "GoogleMaps"
41   ],
42   "vendored_frameworks": "Dependencies/GoogleMaps.framework"