[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 3 / YTKWebView / 0.1.3 / YTKWebView.podspec.json
blobec599c0df9312782bb3dfb8e8332c5eeddc360ee
2   "name": "YTKWebView",
3   "version": "0.1.3",
4   "summary": "YTKWebView is used for UIWebview javascript function injection and call javascript code.",
5   "description": "YTKWebView use JavascriptCore for ObjectC function js injection, use UIWebView stringByEvaluatingJavaScriptFromString selector for call javascript code. The implementation code all in the YTKWebViewJSManager.",
6   "homepage": "https://github.com/yuantiku/YTKWebView-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lihc": "lihc@fenbi.com"
13   },
14   "source": {
15     "git": "https://github.com/yuantiku/YTKWebView-iOS.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YTKWebView/Classes/**/*",
22   "dependencies": {
23     "YTKJsBridge": [
24       "0.1.3"
25     ]
26   }