[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / e / b / WhirlyGlobe / 2.1 / WhirlyGlobe.podspec.json
blob165e098a32e3e0349c354b575da96f04e396bd8f
2   "name": "WhirlyGlobe",
3   "version": "2.1",
4   "summary": "WhirlyGlobe is a self contained 3D earth display view suitable for use in iPhone and iPad applications.",
5   "homepage": "https://github.com/mousebird/WhirlyGlobe",
6   "license": {
7     "type": "Apache License, Version 2.0"
8   },
9   "authors": {
10     "Steve Gifford": "sjg@mousebirdconsulting.com"
11   },
12   "source": {
13     "git": "https://github.com/mousebird/WhirlyGlobe.git",
14     "tag": "v2.1"
15   },
16   "default_subspecs": [
17     "Component"
18   ],
19   "platforms": {
20     "ios": "5.0"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Headers",
26       "source_files": "WhirlyGlobeSrc/{WhirlyGlobeLib,WhirlyGlobe-MaplyComponent}/include/**/*.h",
27       "public_header_files": "WhirlyGlobeSrc/{WhirlyGlobeLib,WhirlyGlobe-MaplyComponent}/include/*.h",
28       "dependencies": {
29         "eigen": [
31         ],
32         "boost/shared_ptr-includes": [
34         ],
35         "boost/pointer_cast-includes": [
37         ],
38         "boost/math-includes": [
40         ]
41       }
42     },
43     {
44       "name": "Lib",
45       "source_files": "WhirlyGlobeSrc/WhirlyGlobeLib/src/**/*.{mm,m}",
46       "dependencies": {
47         "WhirlyGlobe/Headers": [
49         ],
50         "proj4": [
52         ],
53         "shapelib": [
55         ],
56         "clipper": [
58         ]
59       },
60       "libraries": [
61         "stdc++",
62         "sqlite3"
63       ]
64     },
65     {
66       "name": "Component",
67       "source_files": "WhirlyGlobeSrc/WhirlyGlobe-MaplyComponent/src/**/*.{mm,m}",
68       "dependencies": {
69         "WhirlyGlobe/Lib": [
71         ]
72       },
73       "frameworks": [
74         "UIKit",
75         "QuartzCore",
76         "OpenGLES"
77       ]
78     }
79   ]