blob: 1ffe7abf6e4458107d3a42b589eb705883450a61 [file] [log] [blame]
{
"name": "DYCoordinateInChina",
"version": "0.1.1",
"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.1"
},
"source_files": "*.{h,m}",
"resources": "*.geojson",
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
}
}