[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 6 / c / 5 / WebViewSwiftKit / 0.0.1 / WebViewSwiftKit.podspec.json
blob7f72e9241589a1a07d37f9f1754e0fe35dbd6fb2
2   "name": "WebViewSwiftKit",
3   "version": "0.0.1",
4   "summary": "more lightweight, simple to load webview, and defines how javascript interacts with native apps.",
5   "homepage": "https://github.com/BeckWang0912/WebViewSwiftKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "description": "`WebView`  This tool set is more lightweight, simple to load webview, and defines how javascript interacts with native apps.",
11   "authors": {
12     "IMAC-AF9B8D": "2067431781@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/BeckWang0912/WebViewSwiftKit.git",
19     "tag": "v0.0.1"
20   },
21   "source_files": "Source/**/*.{h,m,swift}",
22   "resources": "Source/resource.bundle",
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "WebViewJavascriptBridge": [
29     ]
30   },
31   "requires_arc": true,
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   }