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",
9 "eeGeo": "support@eegeo.com"
12 "http": "https://s3.amazonaws.com/eegeo-static/api/ios/api.package.1.0.1566.tar.gz",
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",
28 "module_name": "eeGeo",
33 "SystemConfiguration",
47 "OTHER_CPLUSPLUSFLAGS": "-DCOMPILE_CPP_11=1",
48 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
49 "CLANG_CXX_LIBRARY": "libc++"