blob: 1f7110f36e6169875601349af735d1347f7284c9 [file] [log] [blame]
{
"name": "PXGoogleDirections",
"version": "1.0.0",
"homepage": "https://github.com/poulpix/PXGoogleDirections",
"summary": "Google Directions API SDK for iOS, entirely written in Swift",
"authors": {
"Romain L": "dev.romain@me.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/_RomainL",
"platforms": {
"ios": "8.0"
},
"source_files": "PXGoogleDirections/*.{h,swift}",
"module_name": "PXGoogleDirections",
"source": {
"git": "https://github.com/poulpix/PXGoogleDirections.git",
"tag": "1.0.0"
},
"requires_arc": true,
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"GoogleMaps"
],
"vendored_frameworks": "Dependencies/GoogleMaps.framework"
}