blob: 49738941bd9d0da1cb7fdbf2ce3cb2bf71eba1a0 [file] [log] [blame]
{
"name": "GDTBridge",
"version": "0.1.1",
"summary": "GDT广告平台兼容Swift",
"description": "主要用于兼容广点通广告SDk,使Swift的pod库可以直接依赖于广点通SDK",
"homepage": "https://github.com/DailyWeather/GDTBridge.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tony": "dailyweather20@gmail.com"
},
"source": {
"git": "https://github.com/DailyWeather/GDTBridge.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"source_files": [
"*.swift",
"GDTBridgeHeader.h"
],
"public_header_files": "GDTBridgeHeader.h",
"static_framework": true,
"preserve_paths": [
"module.modulemap",
"GDTBridgeHeader.h"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": [
"$(PODS_ROOT)/",
"$(PODS_CONFIGURATION_BUILD_DIR)/"
]
},
"dependencies": {
"GDTMobSDK": [
]
},
"swift_version": "5.0"
}