blob: e9903b4d0e658b1363a71793befe334904504a5d [file] [log] [blame]
{
"name": "CHWebView",
"version": "0.2",
"summary": "BaseWebView For Project Complex",
"description": "update file path and add subspec on podspec",
"homepage": "https://github.com/chausson/CHWebView.git",
"license": "MIT",
"authors": {
"Chausson": "232564026@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/chausson/CHWebView.git",
"tag": "0.2"
},
"default_subspecs": [
"Core",
"Progress"
],
"subspecs": [
{
"name": "Core",
"source_files": "CHWebView/Core"
},
{
"name": "Progress",
"source_files": "CHWebView/Progress"
}
]
}