blob: 7f1c958c245031ccfac832028454b9f6b4a98d3b [file] [log] [blame]
{
"name": "DHFixCLLocation",
"version": "1.0.0",
"summary": "Fix the CLLocationCoordinate2D from WGS-84 To GCJ-02",
"description": "修复CLLocation 和Mapkit坐标系的位置误差,即修复火星坐标误差。参考http://blog.csdn.net/coolypf/article/details/8686588",
"homepage": "https://github.com/nsdata/CorelocationCategory",
"license": "MIT",
"authors": {
"Tony Duan": "duanhai@outlook.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/nsdata/CorelocationCategory.git",
"tag": "1.0.0"
},
"source_files": "DHCLLocation/*",
"frameworks": [
"CoreLocation",
"Foundation"
],
"requires_arc": true
}