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