blob: 1a5114ef4af82c22113191a8efb2c154207bca2d [file] [log] [blame]
{
"name": "JTSWebViewBridge",
"version": "0.1.0",
"summary": "A aop extension of WebViewJavascriptBridge.",
"description": "a aop extension Framework for WebViewJavascriptBridge.Modify close,extend open.",
"homepage": "https://github.com/jtans/JTSWebViewBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jtans": "jtans"
},
"source": {
"git": "https://github.com/jtans/JTSWebViewBridge.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "JTSWebViewBridge/Classes/**/*",
"public_header_files": "JTSWebViewBridge/Classes/**/*.h",
"dependencies": {
"WebViewJavascriptBridge": [
]
}
}