blob: 7906b2fc1d43bb361cb61df6f2256263fe319f92 [file] [log] [blame]
{
"name": "MapLibraryWrapper",
"version": "0.0.3",
"summary": "Wrapper Swift library of Map libraries(e.g. MapKit, Google Maps).",
"description": "Wrapper Swift library of Map libraries.\nTo easy the change of the Map Library from later by using this library.\n\nit supports following libraries.\n- MapKit\n- Google Maps.",
"homepage": "https://github.com/nakaji-dayo/MapLibraryWrapper",
"license": "MIT",
"authors": {
"nakaji-dayo": "nakaji.dayo@gmail.com"
},
"source": {
"git": "https://github.com/nakaji-dayo/MapLibraryWrapper.git",
"tag": "0.0.3"
},
"social_media_url": "https://twitter.com/nakaji_dayo",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"MapLibraryWrapper": [
"Pod/Assets/*.png"
]
},
"ios": {
"resource_bundles": {
"MapLibraryWrapper-ios": "Resources/*.png"
}
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"Accelerate",
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"GoogleMaps"
],
"libraries": [
"c++",
"icucore",
"z"
],
"vendored_frameworks": "Dependencies/GoogleMaps.framework",
"prepare_command": "./download-googlemaps.sh"
}