[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 9 / 8 / e / GLMap / 0.5.1 / GLMap.podspec.json
blobda171271f7aa2c85a2678ef52b53f6ad790ca80b
2   "name": "GLMap",
3   "version": "0.5.1",
4   "summary": "Framework for rendering your own vector maps using a unique style with OpenGL",
5   "description": "The GLMap framework has been built to allow you to easily integrate an offline map into any iOS application.\n\nFeatures:\n* Map rendering is performed directly on GPU\n* MapCSS-based rules allows map to be rendered with different styles\n* Displaying your specific geodata (points, lines and polygons) on a map\n* Online and offline mode support\n",
6   "homepage": "http://getyourmap.com",
7   "license": {
8     "type": "Commercial",
9     "text": "Copyright © Evgen Bodunov"
10   },
11   "authors": {
12     "Evgen Bodunov": "evgen@getyourmap.com"
13   },
14   "social_media_url": "http://twitter.com/molind",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "http": "https://getyourmap.com/account/download/GLMap-0.5.1.zip"
20   },
21   "resources": [
22     "DefaultStyle.bundle",
23     "world.vm"
24   ],
25   "public_header_files": "GLMap.framework/Versions/A/Headers/*.h",
26   "exclude_files": [
27     "Examples",
28     "GLMap.docset"
29   ],
30   "ios": {
31     "vendored_frameworks": "GLMap.framework",
32     "frameworks": [
33       "Accelerate",
34       "MapKit"
35     ],
36     "libraries": [
37       "z",
38       "c++"
39     ]
40   }