blob: 05c2a172e6b4f98562a0bdf339e6314d735310f3 [file] [log] [blame]
{
"name": "SwiftWebViewBridge",
"platforms": {
"ios": "8.0"
},
"summary": "A bridge to send messages between Swift and JS in UIWebViews",
"description": "Swift version of WebViewJavascriptBridge with more simplified, friendly methods to send messages between Swift and JS in UIWebViews",
"version": "0.1.5",
"license": "MIT",
"authors": {
"Shawn Foo": "fu4904@gmail.com"
},
"homepage": "https://github.com/ShawnFoo/SwiftWebViewBridge",
"source": {
"git": "https://github.com/ShawnFoo/SwiftWebViewBridge.git",
"tag": "0.1.5"
},
"frameworks": "UIKit",
"source_files": "SwiftWebViewBridge/*.{swift}",
"requires_arc": true
}