blob: 251993f2277abea70f17c7fb9faaf6eae759170e [file] [log] [blame]
{
"name": "DYLocationConverter",
"version": "0.0.3",
"summary": "A location converter between WGS84 GCJ-02 and BD-09.",
"homepage": "https://github.com/Dwarven/DYLocationConverter",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dwarven": "prison.yang@gmail.com"
},
"source": {
"git": "https://github.com/Dwarven/DYLocationConverter.git",
"tag": "0.0.3"
},
"source_files": "Class/*.{h,m}",
"ios": {
"frameworks": [
"CoreLocation",
"MapKit"
]
},
"dependencies": {
"DYCoordinateInChina": [
]
}
}