blob: ba580b90a49b4e707e5fe719cc966f12f3164c81 [file] [log] [blame]
{
"name": "MapLoader",
"version": "0.0.1",
"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.1"
},
"source_files": [
"MapLoader",
"MapLoader/**/*.{swift,h,m}"
],
"exclude_files": [
"MapLoader/MapLoaderDemo/**",
"MapLoader/MapLoaderTests/**"
],
"swift_version": "4.1"
}