blob: a957b569645f5fe64d718b22e9f234bf673dc66c [file] [log] [blame]
{
"name": "MapLoader",
"version": "0.0.9",
"summary": "Easily loads iOS and Google maps, customized annotations and clusters.",
"description": "A tool that helps load maps quickly as well as creating customized annotations and clusters on maps.",
"homepage": "https://github.com/twho/MapLoader-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Ho": "tsungwei50521@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/twho/MapLoader-iOS.git",
"tag": "0.0.9"
},
"source_files": [
"MapLoader",
"MapLoader/**/*.{swift,h,m}"
],
"exclude_files": [
"MapLoader/MapLoaderDemo/**",
"MapLoaderDemo/**",
"MapLoader/MapLoaderTests/**"
],
"static_framework": true,
"swift_version": "4.1",
"dependencies": {
"CustomMapAnnotation": [
],
"GoogleMaps": [
]
}
}