blob: 7f7c1341c22a8a86310066d24cbfb44e3c1afde7 [file] [log] [blame]
{
"name": "NHFCustomWidgets",
"version": "1.0.3",
"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.3"
},
"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"
}
]
}