[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 0 / b / DYLocationConverter / 0.0.1 / DYLocationConverter.podspec.json
blob09f6dda16f7ed906e2af43ec494b9b6bcf2241c0
2   "name": "DYLocationConverter",
3   "version": "0.0.1",
4   "summary": "A location converter between WGS84 GCJ-02 and BD-09.",
5   "homepage": "https://github.com/Dwarven/DYLocationConverter",
6   "platforms": {
7     "ios": "7.0"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Dwarven": "prison.yang@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/Dwarven/DYLocationConverter.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "Class/*.{h,m}",
21   "ios": {
22     "frameworks": [
23       "CoreLocation",
24       "MapKit"
25     ]
26   },
27   "dependencies": {
28     "DYCoordinateInChina": [
30     ]
31   }