blob: 8b7de88b5e0017bd64bc19b109d75a25cf4ad8a9 [file] [log] [blame]
{
"name": "WebKitPlus",
"version": "0.3.2",
"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.2"
},
"source_files": "WebKitPlus/*.{swift,h}",
"resource_bundles": {
"WebKitPlus": [
"WebKitPlus/*.lproj"
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"swift_versions": "4.1",
"cocoapods_version": ">= 1.4.0",
"swift_version": "4.1"
}