[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / c / b / 5 / eeGeo / 1.0.113 / eeGeo.podspec.json
blob9d54f1c8eb6c6d5b7e989d5e1c68352b8262572b
2   "name": "eeGeo",
3   "version": "1.0.113",
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.113.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   ],
26   "module_name": "eeGeo",
27   "frameworks": [
28     "QuartzCore",
29     "CoreLocation",
30     "MobileCoreServices",
31     "SystemConfiguration",
32     "CFNetwork",
33     "GLKit",
34     "OpenGLES",
35     "UIKit",
36     "Foundation",
37     "CoreGraphics",
38     "CoreData"
39   ],
40   "libraries": [
41     "c++",
42     "z"
43   ],
44   "xcconfig": {
45     "OTHER_CPLUSPLUSFLAGS": "-DCOMPILE_CPP_11=1",
46     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
47     "CLANG_CXX_LIBRARY": "libc++"
48   },
49   "dependencies": {
50     "SMCalloutView": [
51       "~> 2.1"
52     ]
53   }