[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / d / 3 / 2 / HBTools / 1.0.7 / HBTools.podspec.json
blobd30c20202434e0ebe5ed59d0217b6437fdd81b26
2   "name": "HBTools",
3   "version": "1.0.7",
4   "summary": "自己用的一些工具类集合  v1.0.7",
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.0.7"
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