blob: 3a35a5d759d70e6c94f59992e8b2aa4519845fa8 [file] [log] [blame]
{
"name": "PXGoogleDirections",
"version": "1.3",
"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/Sample/SampleScreen1.png",
"https://raw.githubusercontent.com/poulpix/PXGoogleDirections/master/Sample/SampleScreen2.png"
],
"authors": {
"Romain L": "dev.romain@me.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"social_media_url": "https://twitter.com/_RomainL",
"platforms": {
"ios": "8.1"
},
"source_files": "PXGoogleDirections/*.{h,swift}",
"module_name": "PXGoogleDirections",
"source": {
"git": "https://github.com/poulpix/PXGoogleDirections.git",
"tag": "1.3"
},
"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"
],
"resources": "Dependencies/GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
"vendored_frameworks": [
"Dependencies/GoogleMaps.framework",
"Dependencies/GoogleMapsBase.framework",
"Dependencies/GoogleMapsCore.framework"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/PXGoogleDirections/Dependencies"
},
"pushed_with_swift_version": "3.0"
}