[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / e / 2 / OpenSDK / 0.1.0 / OpenSDK.podspec.json
blobc846f344e335a3d7cbdb3ddad31b2919605f1c55
2   "name": "OpenSDK",
3   "version": "0.1.0",
4   "summary": "DNOpenSDK.",
5   "description": "滴滴试驾开放服务SDK,提供签名功能、native与webView的交互功能,依赖WebViewJavascriptBridge",
6   "homepage": "https://github.com/trydrive/OpenSDK",
7   "license": "MIT",
8   "authors": {
9     "wangshaolin": "wangshaolin@didichuxing.com"
10   },
11   "source": {
12     "git": "https://github.com/trydrive/OpenSDK.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source_files": "include/DNOpenSDK/**/*.h",
19   "public_header_files": "include/DNOpenSDK/**/*.h",
20   "header_dir": "DNOpenSDK",
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   }