blob: 44563270859a21c2657fa759fbefee691d8c1ac1 [file] [log] [blame]
{
"name": "YTKWebView",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YTKWebView/Classes/**/*",
"dependencies": {
"YTKJsBridge": [
]
}
}