[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 2 / 5 / DYCoordinateInChina / 0.1.0 / DYCoordinateInChina.podspec.json
bloba8e2d9e0c4c4467e5185d6407efd2c9d88196f9c
2   "name": "DYCoordinateInChina",
3   "version": "0.1.0",
4   "summary": "To determine a coordinate is in mars in China (GCJ-02).",
5   "homepage": "https://github.com/Dwarven/DYCoordinateInChina",
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/DYCoordinateInChina.git",
18     "tag": "0.1.0"
19   },
20   "source_files": "*.{h,m}",
21   "resource_bundles": {
22     "DYCoordinateInChina": "*.geojson"
23   },
24   "ios": {
25     "frameworks": [
26       "CoreLocation",
27       "MapKit"
28     ]
29   }