blob: 02aeff8a19cc9fc3bbe8622f64eaacc094a51f78 [file] [log] [blame]
{
"name": "GSWebView",
"version": "1.1.0",
"summary": "GSWebView is a high performance webb view",
"description": "GSWebView是一个API实现两代WebView的JS交互,快速轻量,与UIWebView的使用方式极为相似",
"homepage": "https://github.com/xorshine/GSWebView",
"license": "MIT",
"authors": {
"K": "xorshine@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xorshine/GSWebView.git",
"tag": "1.1.0"
},
"source_files": "KWebView/GSWebView.{h,m}",
"frameworks": [
"WebKit",
"JavaScriptCore"
],
"requires_arc": true
}