[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 0 / 3 / YTKWebView / 0.1.2 / YTKWebView.podspec.json
blob4968be4ab9cf546ad0ad29d4adf0bd2fded326f7
2   "name": "YTKWebView",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "YTKWebView/Classes/**/*",
22   "dependencies": {
23     "YTKJsBridge": [
24       "~> 0.1.3"
25     ]
26   }