blob: 83978e5629fc178d1a3920a38aa938a4dca524a8 [file] [log] [blame]
{
"name": "QTWebSDK",
"version": "0.0.3",
"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.3"
},
"source_files": [
"QTWebSDK",
"QTWebSDK/**/*.{h,m}"
],
"resources": "QTWebSDK/Resources.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"CoreFoundation",
"CoreTelephony",
"SystemConfiguration",
"CoreGraphics",
"Security"
],
"weak_frameworks": "UserNotifications",
"libraries": [
"z",
"resolv"
],
"dependencies": {
"MBProgressHUD": [
],
"AVOSCloud": [
],
"AVOSCloudIM": [
]
}
}