[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 1 / c / commonlib / 1.0.0 / commonlib.podspec.json
blobb67d7c4d8519a69529792138af5e654357473f77
2   "name": "commonlib",
3   "version": "1.0.0",
4   "summary": "通用组件",
5   "description": "通用组件",
6   "homepage": "https://www.58daojia.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangxiaoqiao": "zhangxiaoqiao@daojia.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "http://git.daojia-inc.com/cswebsite/ios-commonlib.git",
20     "branch": "developer"
21   },
22   "public_header_files": "CommonLib/**/*.h",
23   "source_files": "CommonLib/**/*.{h,m}",
24   "resources": "CommonLib/**/*.{bundle,xib}",
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation"
28   ],
29   "dependencies": {
30     "AFNetworking": [
31       "~> 3.1.0"
32     ],
33     "SDWebImage": [
34       "~> 3.8.2"
35     ],
36     "MBProgressHUD": [
37       "~> 1.0.0"
38     ],
39     "Masonry": [
41     ]
42   }