[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 0 / 3 / YTKWebView / 0.1.0 / YTKWebView.podspec.json
blob5afa54abebadacb85d4bda15abb16f78a787f56b
2   "name": "YTKWebView",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YTKWebView/Classes/**/*"