blob: cde3fe05e033aadbf4b5b30af4292cd5e16e370a [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.3.0",
"license": "MIT",
"authors": {
"Shawn Foo": "fu4904@gmail.com"
},
"homepage": "https://github.com/ShawnFoo/SwiftWebViewBridge",
"source": {
"git": "https://github.com/ShawnFoo/SwiftWebViewBridge.git",
"tag": "0.3.0"
},
"frameworks": "UIKit",
"source_files": "SwiftWebViewBridge/*.{swift}",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}