blob: b50ea6cce8244e43d68f5d7f1093e0b4d185d450 [file] [log] [blame]
{
"name": "YTKWebView",
"version": "0.1.4",
"summary": "YTKWebView is used for UIWebview javascript function injection and call javascript code.",
"description": "YTKWebView use JavascriptCore for ObjectC function js injection, use UIWebView stringByEvaluatingJavaScriptFromString selector for call javascript code. The implementation code all in the YTKWebViewJSManager.",
"homepage": "https://github.com/yuantiku/YTKWebView-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lihc": "lihc@fenbi.com"
},
"source": {
"git": "https://github.com/yuantiku/YTKWebView-iOS.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YTKWebView/Classes/**/*",
"dependencies": {
"YTKJsBridge": [
"0.1.4"
]
}
}