blob: ac3718a7d65b9b9c780b475c07931b44ff7d923a [file] [log] [blame]
{
"name": "NHFCustomWidgets",
"version": "1.0.10",
"summary": "常用组件集合",
"homepage": "https://github.com/nhfc99/NHFCustomWidgets.git",
"license": "MIT",
"authors": {
"nhfc99": "nhfc99@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/nhfc99/NHFCustomWidgets.git",
"tag": "1.0.10"
},
"requires_arc": true,
"public_header_files": "Classes/NHFCustomWidgetsSetting.h",
"source_files": "Classes/NHFCustomWidgetsSetting.h",
"frameworks": [
"QuartzCore",
"CoreData",
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UIButton",
"source_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
"public_header_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.h"
},
{
"name": "NHFSearchView",
"source_files": "Classes/SearchView/NHFSearchView.{h,m}",
"public_header_files": "Classes/SearchView/NHFSearchView.h"
}
]
}