blob: f99c0f581628ee74f13d0e2c0bf46f7a96fb9682 [file] [log] [blame]
{
"name": "PXGoogleDirections",
"version": "1.6",
"homepage": "https://github.com/poulpix/PXGoogleDirections",
"summary": "Google Directions API SDK for iOS, entirely written in Swift",
"screenshots": [
"https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen1.png",
"https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/SampleScreen2.png"
],
"authors": {
"Romain L": "dev.romain@me.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/_RomainL",
"platforms": {
"ios": "9.3"
},
"swift_version": "4.2",
"source_files": "Sources/PXGoogleDirections/*.{h,swift}",
"module_name": "PXGoogleDirections",
"source": {
"git": "https://github.com/poulpix/PXGoogleDirections.git",
"tag": "1.6"
},
"requires_arc": true,
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreBluetooth",
"CoreData",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"Security",
"SystemConfiguration",
"CoreGraphics",
"GoogleMapsCore",
"GoogleMapsBase",
"GoogleMaps"
],
"vendored_frameworks": [
"Dependencies/GoogleMaps.framework",
"Dependencies/GoogleMapsBase.framework",
"Dependencies/GoogleMapsCore.framework"
],
"static_framework": true
}