[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / b / 5 / eeGeo / 1.0.1584 / eeGeo.podspec.json
blob7dcf7ca75a9d8ec44d992332270f93ca3e30813c
2   "name": "eeGeo",
3   "version": "1.0.1584",
4   "deprecated": true,
5   "deprecated_in_favor_of": "WRLD",
6   "summary": "Stunning, Interactive 3D Maps",
7   "description": "The eeGeo SDK, a C++11 OpenGL-based library for beautiful and customisable 3D maps. Includes Objective-C bindings for iOS.",
8   "homepage": "http://www.eegeo.com",
9   "license": "eeGeo SDK License",
10   "authors": {
11     "eeGeo": "support@eegeo.com"
12   },
13   "source": {
14     "http": "https://s3.amazonaws.com/eegeo-static/api/ios/api.package.1.0.1584.tar.gz",
15     "flatten": true
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": false,
21   "source_files": "**/*.{h,m,mm,cpp}",
22   "public_header_files": "api/public/*.h",
23   "vendored_libraries": [
24     "libapps-on-maps-cpp11.a",
25     "libapps-on-maps-cpp11-sim.a",
26     "libturbojpeg.a",
27     "libuv.a",
28     "libcurl.a"
29   ],
30   "module_name": "eeGeo",
31   "frameworks": [
32     "QuartzCore",
33     "CoreLocation",
34     "MobileCoreServices",
35     "SystemConfiguration",
36     "CFNetwork",
37     "GLKit",
38     "OpenGLES",
39     "UIKit",
40     "Foundation",
41     "CoreGraphics",
42     "CoreData"
43   ],
44   "libraries": [
45     "c++",
46     "z"
47   ],
48   "xcconfig": {
49     "OTHER_CPLUSPLUSFLAGS": "-DCOMPILE_CPP_11=1",
50     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
51     "CLANG_CXX_LIBRARY": "libc++"
52   },
53   "dependencies": {
54     "SMCalloutView": [
55       "~> 2.1"
56     ]
57   }