[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 2 / 8 / c / GDTBridge / 0.1.1 / GDTBridge.podspec.json
blob49738941bd9d0da1cb7fdbf2ce3cb2bf71eba1a0
2   "name": "GDTBridge",
3   "version": "0.1.1",
4   "summary": "GDT广告平台兼容Swift",
5   "description": "主要用于兼容广点通广告SDk,使Swift的pod库可以直接依赖于广点通SDK",
6   "homepage": "https://github.com/DailyWeather/GDTBridge.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tony": "dailyweather20@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/DailyWeather/GDTBridge.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "source_files": [
27     "*.swift",
28     "GDTBridgeHeader.h"
29   ],
30   "public_header_files": "GDTBridgeHeader.h",
31   "static_framework": true,
32   "preserve_paths": [
33     "module.modulemap",
34     "GDTBridgeHeader.h"
35   ],
36   "pod_target_xcconfig": {
37     "SWIFT_INCLUDE_PATHS": [
38       "$(PODS_ROOT)/",
39       "$(PODS_CONFIGURATION_BUILD_DIR)/"
40     ]
41   },
42   "dependencies": {
43     "GDTMobSDK": [
45     ]
46   },
47   "swift_version": "5.0"