[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / f / 3 / QTWebSDK / 0.0.3 / QTWebSDK.podspec.json
blob83978e5629fc178d1a3920a38aa938a4dca524a8
2   "name": "QTWebSDK",
3   "version": "0.0.3",
4   "summary": "QTWebSDK.",
5   "description": "简化web模版的使用,并加入部分必要pod库",
6   "homepage": "https://github.com/CoderDwang/QTWebSDK",
7   "license": "MIT",
8   "authors": {
9     "Dwang": "coderdwang@outlook.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/CoderDwang/QTWebSDK.git",
16     "tag": "0.0.3"
17   },
18   "source_files": [
19     "QTWebSDK",
20     "QTWebSDK/**/*.{h,m}"
21   ],
22   "resources": "QTWebSDK/Resources.bundle",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CFNetwork",
27     "CoreFoundation",
28     "CoreTelephony",
29     "SystemConfiguration",
30     "CoreGraphics",
31     "Security"
32   ],
33   "weak_frameworks": "UserNotifications",
34   "libraries": [
35     "z",
36     "resolv"
37   ],
38   "dependencies": {
39     "MBProgressHUD": [
41     ],
42     "AVOSCloud": [
44     ],
45     "AVOSCloudIM": [
47     ]
48   }