blob: 5afa54abebadacb85d4bda15abb16f78a787f56b [file] [log] [blame]
{
"name": "YTKWebView",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YTKWebView/Classes/**/*"
}