blob: 8e8f403f1ccf11a8ad3174462abcc3d2e9c80083 [file] [log] [blame]
{
"name": "NHFCustomWidgets",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"public_header_files": "Classes/NHFCustomWidgetsSetting.h",
"source_files": "Classes/NHFCustomWidgetsSetting.h",
"frameworks": [
"QuartzCore",
"CoreData",
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "UIButton+NHFBlock",
"source_files": "Classes/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
"public_header_files": "Classes/UIButton+NHFBlock/UIButton+NHFBlock.h"
}
]
}