[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 1 / 4 / RTMapSDK / 0.1.2 / RTMapSDK.podspec.json
blob2a951c1e55eda53d4c0dc80d559c4f5e401daa02
2   "name": "RTMapSDK",
3   "version": "0.1.2",
4   "summary": "A short description of RTMapSDK.",
5   "description": "室内地图导航SDK\nRTLbsMapSDK 地图绘制库,可单独使用\nRTLbsLocation 室内定位\nARSDK AR导航,依赖另外两个库",
6   "homepage": "https://gitee.com/wwwzz321/RTMapSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WWWZZ321": "zhangzhi@njfae.com"
13   },
14   "source": {
15     "git": "https://gitee.com/wwwzz321/RTMapSDK.git",
16     "tag": "0.1.2",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "CoreMotion",
26     "SystemConfiguration",
27     "CoreLocation",
28     "CoreBluetooth",
29     "Foundation",
30     "CoreGraphics"
31   ],
32   "libraries": [
33     "sqlite3",
34     "z",
35     "c++"
36   ],
37   "pod_target_xcconfig": {
38     "OTHER_LDFLAGS": "-ObjC"
39   },
40   "xcconfig": {
41     "OTHER_CFLAGS": "-fembed-bitcode"
42   },
43   "subspecs": [
44     {
45       "name": "ARSDK",
46       "source_files": "RTMapSDK/Classes/RTM/SDK/ARSDK/include/*",
47       "public_header_files": "RTMapSDK/Classes/RTM/SDK/ARSDK/include/*.h",
48       "vendored_libraries": "RTMapSDK/Classes/RTM/SDK/ARSDK/libARSDK.a",
49       "resources": "RTMapSDK/Classes/RTM/SDK/ARSDK/RTImages.bundle",
50       "dependencies": {
51         "RTMapSDK/RTLbsLocation": [
53         ],
54         "RTMapSDK/RTLbsMapSDK": [
56         ]
57       },
58       "frameworks": [
59         "CoreGraphics",
60         "QuartzCore",
61         "ImageIO",
62         "CoreMedia",
63         "CoreVideo",
64         "AVFoundation"
65       ],
66       "libraries": "c++"
67     },
68     {
69       "name": "RTLbsLocation",
70       "source_files": "RTMapSDK/Classes/RTM/SDK/RTLbsLocationSDK/*.h",
71       "vendored_libraries": "RTMapSDK/Classes/RTM/SDK/RTLbsLocationSDK/libRTLbsLocation.a",
72       "frameworks": [
73         "UIKit",
74         "CoreMotion",
75         "SystemConfiguration",
76         "CoreLocation",
77         "CoreBluetooth",
78         "Foundation",
79         "CoreGraphics"
80       ],
81       "libraries": [
82         "c++",
83         "z",
84         "sqlite3"
85       ]
86     },
87     {
88       "name": "RTLbsMapSDK",
89       "source_files": "RTMapSDK/Classes/RTM/SDK/RTLbsMapSDK/*.h",
90       "vendored_libraries": "RTMapSDK/Classes/RTM/SDK/RTLbsMapSDK/lib3DMapView.a",
91       "resources": "RTMapSDK/Classes/RTM/SDK/RTLbsMapSDK/RtmapRes.bundle",
92       "frameworks": [
93         "CoreLocation",
94         "CoreBluetooth",
95         "UIKit",
96         "Foundation",
97         "CoreGraphics",
98         "OpenGLES",
99         "QuartzCore"
100       ],
101       "libraries": [
102         "c++",
103         "z",
104         "sqlite3"
105       ]
106     }
107   ]