blob: a56f26fdd382f9e2742e4fffad4c786baa930535 [file] [log] [blame]
{
"name": "HBTools",
"version": "1.1.6",
"summary": "整合的一些自己用的工具类集合 v1.1.6 更新时间:2019年01月03日",
"description": "完成 自定义列表分栏 HBSegment",
"homepage": "https://github.com/hengbin/HBTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hengbin": "Dchaoliu@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hengbin/HBTools.git",
"tag": "1.1.6"
},
"source_files": "HBTools/HBTools/**/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"dependencies": {
"SDAutoLayout": [
"~> 2.2.1"
]
},
"requires_arc": true
}