[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / b / c / e / DNTryDriveOpenSDK / 0.1.0 / DNTryDriveOpenSDK.podspec.json
blob78c749a1adb43f9c67b6dedc45f5bec17af97b25
2   "name": "DNTryDriveOpenSDK",
3   "version": "0.1.0",
4   "summary": "滴滴试驾开放服务SDK.",
5   "description": "滴滴试驾开放服务SDK,提供签名功能、native与webView的交互功能,依赖WebViewJavascriptBridge",
6   "homepage": "https://github.com/trydrive/DNTryDriveOpenSDK",
7   "license": "MIT",
8   "authors": {
9     "wangshaolin": "wangshaolin@didichuxing.com"
10   },
11   "source": {
12     "git": "https://github.com/trydrive/DNTryDriveOpenSDK.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "include/header/**/*.h",
19   "public_header_files": "include/header/**/*.h",
20   "header_dir": "DNTryDriveOpenSDK",
21   "preserve_paths": "lib/libtrydrive.a",
22   "vendored_libraries": "lib/libtrydrive.a",
23   "libraries": "trydrive",
24   "requires_arc": true,
25   "dependencies": {
26     "WebViewJavascriptBridge": [
27       "~> 4.1.5"
28     ]
29   }