blob: c275746e080d1824a387460c6ac4bfe6520b1a81 [file] [log] [blame]
{
"name": "GTMWebKit",
"version": "1.0",
"summary": "swift 针对 WKWebKit 的封装",
"swift_version": "4.2",
"homepage": "https://github.com/GTMYang/GTMWebKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"GTMYang": "17757128523@163.com"
},
"source": {
"git": "https://github.com/GTMYang/GTMWebKit.git",
"tag": "1.0"
},
"source_files": "GTMWebKit/*.{h,swift}",
"resources": "GTMWebKit/GTMWebKit.bundle",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
]
}