blob: 38f103e61f98381609da9da0ddf4c35412b63425 [file] [log] [blame]
{
"name": "WebKitPlus",
"version": "0.3.1",
"summary": "A support library for WKWebView.",
"description": "WebKitPlus is a support library for WKWebView in iOS Apps.",
"authors": {
"yashigani": "tai.fukui@gmail.com"
},
"homepage": "https://github.com/yashigani/WebKitPlus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "WebKit",
"source": {
"git": "https://github.com/yashigani/WebKitPlus.git",
"tag": "0.3.1"
},
"source_files": "WebKitPlus/*.{swift,h}",
"resource_bundles": {
"WebKitPlus": [
"WebKitPlus/*.lproj"
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"swift_version": "4.1",
"cocoapods_version": ">= 1.4.0"
}