[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / e / GLMap / 0.4.1 / GLMap.podspec.json
blob49be5c2d250cad6efae243022e4911f2e74954f8
2   "name": "GLMap",
3   "version": "0.4.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.4.1.zip"
20   },
21   "resources": [
22     "DefaultStyle.bundle",
23     "world.vm"
24   ],
25   "exclude_files": [
26     "Examples",
27     "GLMap.docset"
28   ],
29   "ios": {
30     "vendored_frameworks": "GLMap.framework",
31     "frameworks": [
32       "Accelerate",
33       "MapKit"
34     ],
35     "libraries": "z"
36   }