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