[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / e / b / WhirlyGlobe / 2.0 / WhirlyGlobe.podspec.json
blobb538673881222b17ccc9eee5e4f334eb82ec8381
2   "name": "WhirlyGlobe",
3   "version": "2.0",
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     "text": "\tLicensed under the Apache License, Version 2.0 (the \"License\"); you may\n\tnot use this file except in compliance with the License. You may obtain\n\ta copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n\n\tUnless required by applicable law or agreed to in writing, software\n\tdistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n\tWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n\t License for the specific language governing permissions and limitations\n\t under the License.\n"
9   },
10   "authors": {
11     "Steve Gifford": "sjg@mousebirdconsulting.com"
12   },
13   "source": {
14     "git": "https://github.com/mousebird/WhirlyGlobe.git",
15     "tag": "v2.0"
16   },
17   "default_subspecs": [
18     "Component"
19   ],
20   "platforms": {
21     "ios": "5.0"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Headers",
27       "source_files": "WhirlyGlobeSrc/{WhirlyGlobeLib,WhirlyGlobeComponent}/include/**/*.h",
28       "public_header_files": "WhirlyGlobeSrc/{WhirlyGlobeLib,WhirlyGlobeComponent}/include/*.h",
29       "dependencies": {
30         "eigen": [
32         ],
33         "boost/shared_ptr-includes": [
35         ],
36         "boost/pointer_cast-includes": [
38         ],
39         "boost/math-includes": [
41         ]
42       }
43     },
44     {
45       "name": "Lib",
46       "source_files": "WhirlyGlobeSrc/WhirlyGlobeLib/src/**/*.{mm,m}",
47       "dependencies": {
48         "WhirlyGlobe/Headers": [
50         ],
51         "proj4": [
53         ],
54         "shapelib": [
56         ],
57         "clipper": [
58           "4.4.0"
59         ]
60       },
61       "libraries": [
62         "stdc++",
63         "sqlite3"
64       ]
65     },
66     {
67       "name": "Component",
68       "source_files": "WhirlyGlobeSrc/WhirlyGlobeComponent/src/**/*.{mm,m}",
69       "dependencies": {
70         "WhirlyGlobe/Lib": [
72         ]
73       },
74       "frameworks": [
75         "UIKit",
76         "QuartzCore",
77         "OpenGLES"
78       ]
79     }
80   ]