[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / NHFCustomWidgets / 1.0.1 / NHFCustomWidgets.podspec.json
blob8e8f403f1ccf11a8ad3174462abcc3d2e9c80083
2   "name": "NHFCustomWidgets",
3   "version": "1.0.1",
4   "summary": "常用组件集合",
5   "homepage": "https://github.com/nhfc99/NHFCustomWidgets.git",
6   "license": "MIT",
7   "authors": {
8     "nhfc99": "nhfc99@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/nhfc99/NHFCustomWidgets.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/NHFCustomWidgetsSetting.h",
19   "source_files": "Classes/NHFCustomWidgetsSetting.h",
20   "frameworks": [
21     "QuartzCore",
22     "CoreData",
23     "Foundation",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "UIButton+NHFBlock",
29       "source_files": "Classes/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
30       "public_header_files": "Classes/UIButton+NHFBlock/UIButton+NHFBlock.h"
31     }
32   ]