blob: e535c0883d1ccb20e2020d531a9dc245522554a5 [file] [log] [blame]
{
"name": "HBTools",
"version": "1.1.2",
"summary": "自己用的一些工具类集合 v1.1.2",
"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.2"
},
"source_files": "HBTools/HBTools/*.{h,m}",
"frameworks": [
"UIKit",
"CoreFoundation",
"QuartzCore",
"CoreGraphics",
"CoreImage",
"CoreText",
"ImageIO",
"Accelerate"
],
"dependencies": {
"SDAutoLayout": [
"~> 2.2.1"
]
},
"requires_arc": true
}