blob: 8232ff8994974c8b6fdba16f8159f3eb711d6ec9 [file] [log] [blame]
{
"name": "MapLoader",
"version": "0.0.8",
"summary": "Easily loads 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.8"
},
"source_files": [
"MapLoader",
"MapLoader/**/*.{swift,h,m}"
],
"exclude_files": [
"MapLoader/MapLoaderDemo/**",
"MapLoader/MapLoaderTests/**"
],
"swift_version": "4.1",
"dependencies": {
"CustomMapAnnotation": [
]
}
}