[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / d / 3 / 2 / HBTools / 1.1.1 / HBTools.podspec.json
blob9f10a45e33d629c97cf6a9dcfa9e21fcdbea8ec3
2   "name": "HBTools",
3   "version": "1.1.1",
4   "summary": "自己用的一些工具类集合  v1.1.1",
5   "description": "完成 自定义列表分栏 HBSegment",
6   "homepage": "https://github.com/hengbin/HBTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hengbin": "Dchaoliu@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/hengbin/HBTools.git",
19     "tag": "1.1.1"
20   },
21   "source_files": "HBTools/HBTools/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreFoundation",
25     "QuartzCore",
26     "CoreGraphics",
27     "CoreImage",
28     "CoreText",
29     "ImageIO",
30     "Accelerate"
31   ],
32   "dependencies": {
33     "SDAutoLayout": [
34       "~> 2.2.1"
35     ]
36   },
37   "requires_arc": true