blob: 3fc324bb734f27e2a575c2bb1baca36b0d57905e [file] [log] [blame]
{
"name": "EasyWebView",
"version": "1.0.2",
"summary": "use WKWebView easily!",
"homepage": "https://github.com/alflix/EasyWebView",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"John": "jieyuanz24@gmail.com"
},
"social_media_url": "https://github.com/alflix",
"swift_versions": "5.1",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/alflix/EasyWebView.git",
"tag": "1.0.2"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/*.swift",
"module_name": "EasyWebView",
"requires_arc": true,
"static_framework": true,
"swift_version": "5.1"
}