blob: 570557b755df7ef7305cf46b41714e158b32a089 [file] [log] [blame]
{
"name": "PopupBridge",
"version": "1.1.0",
"summary": "Use PopupBridge to enable your web view to open pages in a Safari View Controller",
"description": "PopupBridge is an iOS library that allows WKWebViews to open popup windows in an SFSafariViewController\nbrowser and send data back to the WKWebView.\n\nUse cases for PopupBridge:\n* Apps with WebViews that need to open a popup\n* When a popup window needs to to send data from the popup back to the WKWebView\n* When the popup window needs to display the HTTPS lock icon to increase user trust\n* Apps that use OAuth",
"homepage": "https://github.com/braintree/popup-bridge-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Braintree": "code@getbraintree.com"
},
"source": {
"git": "https://github.com/braintree/popup-bridge-ios.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "PopupBridge/Classes/**/*.{h,m}",
"public_header_files": "PopupBridge/Classes/**/*.h",
"frameworks": [
"UIKit",
"SafariServices"
]
}