[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / c / b / 5 / eeGeo / 1.0.48 / eeGeo.podspec.json
blobafa2b012b66d36161820f6b57a853fe60fc3cbf1
2   "name": "eeGeo",
3   "version": "1.0.48",
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.48.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/*.h",
21   "vendored_libraries": [
22     "libapps-on-maps-cpp11.a",
23     "libapps-on-maps-cpp11-sim.a"
24   ],
25   "module_name": "eeGeo",
26   "frameworks": [
27     "QuartzCore",
28     "CoreLocation",
29     "MobileCoreServices",
30     "SystemConfiguration",
31     "CFNetwork",
32     "GLKit",
33     "OpenGLES",
34     "UIKit",
35     "Foundation",
36     "CoreGraphics",
37     "CoreData"
38   ],
39   "libraries": [
40     "c++",
41     "z"
42   ],
43   "xcconfig": {
44     "OTHER_CPLUSPLUSFLAGS": "-DCOMPILE_CPP_11=1",
45     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
46     "CLANG_CXX_LIBRARY": "libc++"
47   },
48   "dependencies": {
49     "SMCalloutView": [
50       "~> 2.1"
51     ]
52   }