blob: 78c749a1adb43f9c67b6dedc45f5bec17af97b25 [file] [log] [blame]
{
"name": "DNTryDriveOpenSDK",
"version": "0.1.0",
"summary": "滴滴试驾开放服务SDK.",
"description": "滴滴试驾开放服务SDK,提供签名功能、native与webView的交互功能,依赖WebViewJavascriptBridge",
"homepage": "https://github.com/trydrive/DNTryDriveOpenSDK",
"license": "MIT",
"authors": {
"wangshaolin": "wangshaolin@didichuxing.com"
},
"source": {
"git": "https://github.com/trydrive/DNTryDriveOpenSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "include/header/**/*.h",
"public_header_files": "include/header/**/*.h",
"header_dir": "DNTryDriveOpenSDK",
"preserve_paths": "lib/libtrydrive.a",
"vendored_libraries": "lib/libtrydrive.a",
"libraries": "trydrive",
"requires_arc": true,
"dependencies": {
"WebViewJavascriptBridge": [
"~> 4.1.5"
]
}
}