blob: 863e750b4169436b31bfa70caebffabe3205162c [file] [log] [blame]
{
"name": "CHWebView",
"version": "1.1",
"summary": "CHWebView is light-weight component garther UIWebView and WKWebView ,progress ,javascript",
"description": "Support CHWebView base on UIView implemented WebView api standard adapter,Remove demo resource file",
"homepage": "https://github.com/chausson/CHWebView.git",
"license": "MIT",
"authors": {
"Chausson": "232564026@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/chausson/CHWebView.git",
"tag": "1.1"
},
"frameworks": [
"WebKit",
"JavaScriptCore"
],
"default_subspecs": [
"Core",
"Progress"
],
"subspecs": [
{
"name": "Core",
"source_files": "CHWebView/Core",
"dependencies": {
"CHWebView/Progress": [
]
}
},
{
"name": "Progress",
"source_files": "CHWebView/Progress"
}
]
}