blob: bfdc666d9de61dda5d2896c97fe0fbd9165634aa [file] [log] [blame]
{
"name": "WebKitPlus",
"version": "0.2.0",
"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.2.0"
},
"source_files": "WebKitPlus/*.{swift,h}",
"resource_bundles": {
"WebKitPlus": [
"WebKitPlus/*.lproj"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}