blob: 5a4bd5cc131be7414b770fb0f06c74ca70bb7b5b [file] [log] [blame]
{
"name": "MPWebview",
"version": "0.0.1",
"summary": "A WKWebview (using Swift 4.0) that allows users to set cookies,set user-agent,jascript interaction,UI Style and so on.",
"description": "'A WKWebview (using Swift 4.0) that allows users to set cookies,set user-agent,jascript interaction,UI Style and so on.'",
"homepage": "https://github.com/tiantianyuan/MPWebview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tian@marcopolos.co.jp": "lintong@withease.cn"
},
"source": {
"git": "https://github.com/tiantianyuan/MPWebview.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source_files": "MPWebview/Classes/**/*",
"resource_bundles": {
"MPWebview": [
"MPWebview/Assets/**/*"
]
},
"dependencies": {
"SVGKit": [
"~> 2.1.1"
],
"lottie-ios": [
"~> 3.1.8"
],
"CocoaLumberjack": [
"~> 3.6.1"
]
},
"swift_version": "4.0"
}