blob: 5d05770f2d6018288e8047138e3fae3931e5c6cc [file] [log] [blame]
{
"name": "WebViewJavascriptBridge",
"version": "2.1.1",
"summary": "A standalone iOS class for sending messages to and from javascript in a UIWebView.",
"homepage": "http://github.com/marcuswestin/WebViewJavascriptBridge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcuswestin": "marcus.westin@gmail.com"
},
"source": {
"git": "https://github.com/marcuswestin/WebViewJavascriptBridge.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "4.2"
},
"source_files": "WebViewJavascriptBridge/WebViewJavascriptBridge.{h,m}",
"resources": "WebViewJavascriptBridge/WebViewJavascriptBridge.js.txt",
"frameworks": "UIKit",
"dependencies": {
"JSONKit": [
]
},
"requires_arc": false
}