blob: 38089132396b09d6f1d379ca392e80e80f39d103 [file] [log] [blame]
{
"name": "QTWebSDK",
"version": "0.0.1",
"summary": "QTWebSDK.",
"description": "简化web模版的使用,并加入部分必要pod库",
"homepage": "https://github.com/CoderDwang/QTWebSDK",
"license": "MIT",
"authors": {
"Dwang": "coderdwang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderDwang/QTWebSDK.git",
"tag": "0.0.1"
},
"source_files": [
"QTWebSDK",
"QTWebSDK/**/*.{h,m}"
],
"resources": "QTWebSDK/Resources.bundle",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
}
}