blob: 157e0f6a7f1a8a8d3d70320dbbb19714dda85cdf [file] [log] [blame]
{
"name": "SKWebView",
"version": "0.0.1",
"summary": "封装原生与H5交互的webview.",
"description": "实现原生/H5互调",
"homepage": "https://github.com/emptyglass123/SKWebView.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuhui": "13520882602@163.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/emptyglass123/SKWebView.git",
"tag": "0.0.1"
},
"source_files": [
"SKWebView",
"SKWebView/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true
}