[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / d / 9 / PlanetaryMaps / 1.0.1 / PlanetaryMaps.podspec.json
blobe7976106a3823ab646269792082182f014434482
2   "name": "PlanetaryMaps",
3   "version": "1.0.1",
4   "summary": "iOS OpenGL Tiled Maps Viewer",
5   "description": "An iOS library that allows the developer to easily add a Google Earth style zoomable mapping view. It supports arbitrary zooming and panning and a clean API to draw lines and markers on the planet surface. You will need to provide URLs for map tiles that are in geodetic projection. Several Python and Bash scripts are provided that can be used to convert GeoTIFF and GeoPDF files to geodetic tiles that can be used with PlanetaryMaps.",
6   "homepage": "https://github.com/spietari/PlanetaryMaps",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Seppo Pietarinen": "seppo@unitedgalactic.com"
13   },
14   "source": {
15     "git": "https://github.com/spietari/PlanetaryMaps.git",
16     "tag": "1.0.1"
17   },
18   "social_media_url": "https://twitter.com/pietarinenseppo",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PlanetaryMaps/Classes/**/*",
23   "resource_bundles": {
24     "PlanetaryMaps": [
25       "PlanetaryMaps/Assets/**/*"
26     ]
27   },
28   "frameworks": "GLKit"