blob: 42438413db0a0efda4137386fe7232e22b6f9641 [file] [log] [blame]
{
"name": "YFPersonalTools",
"version": "0.1.0",
"summary": "封装一些常用的工具和UI控件",
"description": "1.YFPageViewController\n2.YFCollectionViewAutoFlowLayout(自定义流水布局)\n3.YFIndicatorView\n4.YFProgressHUD(可以显示Gif的HUD)\n5.YFPickerView(最多三个的UIPickerView选择器)",
"homepage": "https://github.com/YFXPP/YFTool/tree/master/YFTool/YFTools",
"license": "MIT",
"authors": {
"ios_yangfei": ""
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/YFXPP/YFTool.git",
"tag": "0.1.0"
},
"source_files": [
"YFTool/YFTool.h",
"YFTool/YFToolDefine.h",
"YFTool/YFPickerViewDefine.h",
"YFTool/YFTools/UIView+Extension/**/*.{h,m}",
"YFTool/YFTools/YFCollectionViewAutoFlowLayout/**/*.{h,m}",
"YFTool/YFTools/YFIndicatorView/**/*.{h,m}",
"YFTool/YFTools/YFPageViewController/**/*.{h,m}",
"YFTool/YFTools/YFProgressHUD/**/*.{h,m}",
"YFTool/YFTools/YFPickerView/**/*.{h,m}"
],
"exclude_files": ""
}