blob: cd9e84acf45f6b439d62242f7777e7cab3d023e2 [file] [log] [blame]
{
"name": "HFLibs",
"version": "1.1.0",
"summary": "主要收录了一些自己做外包的东西,目前包括对UIView 的一些简化设置&扩展,性能方面待优化",
"description": "主要收录了一些 在自己项目中做的东西,目前包括对UIView 的一些简化设置&扩展\n提高开发 支持cocoapod",
"homepage": "https://github.com/helfyz/HFLibs",
"license": "MIT",
"authors": {
"helfy": "562812743@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/helfyz/HFLibs.git",
"tag": "1.1.0",
"submodules": true
},
"source_files": "HFLibs/HFLibs.h",
"public_header_files": "HFLibs/HFLibs.h",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
],
"UITableView+FDTemplateLayoutCell": [
],
"HFTableViewManger": [
]
},
"subspecs": [
{
"name": "HFCategory",
"source_files": "HFLibs/HFCategory/**/*.{h,m}",
"public_header_files": "HFLibs/HFCategory/**/*.h"
},
{
"name": "HFKit",
"source_files": "HFLibs/HFKit/**/*.{h,m}",
"public_header_files": "HFLibs/HFKit/**/*.h"
}
]
}