blob: a8e2d9e0c4c4467e5185d6407efd2c9d88196f9c [file] [log] [blame]
{
"name": "DYCoordinateInChina",
"version": "0.1.0",
"summary": "To determine a coordinate is in mars in China (GCJ-02).",
"homepage": "https://github.com/Dwarven/DYCoordinateInChina",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dwarven": "prison.yang@gmail.com"
},
"source": {
"git": "https://github.com/Dwarven/DYCoordinateInChina.git",
"tag": "0.1.0"
},
"source_files": "*.{h,m}",
"resource_bundles": {
"DYCoordinateInChina": "*.geojson"
},
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
}
}