[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / 2 / HBTools / 1.1.4 / HBTools.podspec.json
blob994d5276db998cdd2eb37e9e3fb7cf9fbd7f1a2b
2   "name": "HBTools",
3   "version": "1.1.4",
4   "summary": "整合的一些自己用的工具类集合  v1.1.4",
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.4"
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