[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / d / 8 / 5 / DHFixCLLocation / 1.0.1 / DHFixCLLocation.podspec.json
blobbb28f64738f7f0bef9f016c53c01adeac9ce3b15
2   "name": "DHFixCLLocation",
3   "version": "1.0.1",
4   "summary": "Fix the CLLocationCoordinate2D from WGS-84 To GCJ-02",
5   "description": "修复CLLocation 和Mapkit坐标系的位置误差,即修复火星坐标误差。参考http://blog.csdn.net/coolypf/article/details/8686588",
6   "homepage": "https://github.com/nsdata/CorelocationCategory",
7   "license": "MIT",
8   "authors": {
9     "Tony Duan": "duanhai@outlook.com"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/nsdata/CorelocationCategory.git",
16     "tag": "1.0.1"
17   },
18   "source_files": "DHCLLocation/*",
19   "frameworks": [
20     "CoreLocation",
21     "Foundation"
22   ],
23   "requires_arc": true