blob: ecc1a07c5d85b8db7b444f8c7d18f9ce7c41423d [file] [log] [blame]
{
"name": "MapLoader",
"version": "0.0.2",
"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.2"
},
"source_files": [
"MapLoader",
"MapLoader/**/*.{swift,h,m}"
],
"exclude_files": [
"MapLoader/MapLoaderDemo/**",
"MapLoader/MapLoaderTests/**"
],
"resource_bundles": {
"mlres": [
"MapLoader/MapLoader/Resources/**"
]
},
"swift_version": "4.1"
}