blob: a2d195980d8463c8c92209a8a9eeeff4492ad8a6 [file] [log] [blame]
{
"name": "GTMWebKit",
"version": "0.1.1",
"summary": "swift 针对 WKWebKit 的封装",
"swift_version": "4.1.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": "0.1.1"
},
"source_files": "GTMWebKit/*.{h,swift}",
"resources": "GTMWebKit/GTMWebKit.bundle",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"WebKit"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}