blob: 81ce2ab42c89656f32a19c42820d577ee1cf92ee [file] [log] [blame]
{
"name": "YTKJsBridge",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": "YTKJsBridge/Classes/**/*"
}