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