blob: 1dfbbaf9010f2f1a794adf102b92423cecfee71a [file] [log] [blame]
{
"name": "CSafariWebKit",
"version": "1.0.3",
"platforms": {
"ios": "9.0"
},
"license": {
"type": "MIT"
},
"homepage": "https://github.com/dmandarino/CSafariWebKit",
"authors": {
"Douglas Mandarino": "douglas.mandarino@gmail.com"
},
"summary": "A framework that helps the usage of WebView for both WKWebView and SFSafariViewController.",
"source": {
"git": "https://github.com/dmandarino/CSafariWebKit.git",
"tag": "1.0.3"
},
"source_files": [
"CSafariWebKit/*.{swift}",
"CSafariWebKit/SafariViewController/*.{swift}",
"CSafariWebKit/WKWebView/*.{swift}"
],
"ios": {
"frameworks": "UIKit"
},
"swift_version": "4.1"
}