blob: d740418689694142da297ba4b783a78942ac150a [file] [log] [blame]
{
"name": "CHWebView",
"version": "0.9",
"summary": "BaseWebView For Project Complex",
"description": "Support Fetch UIWebView Title When Web Finish Load",
"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": "0.9"
},
"frameworks": [
"WebKit",
"JavaScriptCore"
],
"default_subspecs": [
"Core",
"Progress"
],
"subspecs": [
{
"name": "Core",
"source_files": "CHWebView/Core",
"dependencies": {
"CHWebView/Progress": [
]
}
},
{
"name": "Progress",
"source_files": "CHWebView/Progress"
}
]
}