[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / NHFCustomWidgets / 1.0.49 / NHFCustomWidgets.podspec.json
blob090406e615d69b533e58eb9340a44cf99af2f3c1
2   "name": "NHFCustomWidgets",
3   "version": "1.0.49",
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.49"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/NHFCustomWidgetsSetting.h",
19   "source_files": "Classes/NHFCustomWidgetsSetting.h",
20   "dependencies": {
21     "Masonry": [
23     ]
24   },
25   "frameworks": [
26     "QuartzCore",
27     "CoreData",
28     "Foundation",
29     "UIKit"
30   ],
31   "subspecs": [
32     {
33       "name": "UIButton",
34       "source_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
35       "public_header_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.h"
36     },
37     {
38       "name": "NHFSearchView",
39       "source_files": "Classes/SearchView/NHFSearchView.{h,m}",
40       "public_header_files": "Classes/SearchView/NHFSearchView.h"
41     },
42     {
43       "name": "NHFSynService",
44       "source_files": "Classes/NHFSynService/NHFSynService.{h,m}",
45       "public_header_files": "Classes/NHFSynService/NHFSynService.h"
46     },
47     {
48       "name": "NHFWindowView",
49       "source_files": "Classes/NHFWindowView/NHFWindowView.{h,m}",
50       "public_header_files": "Classes/NHFWindowView/NHFWindowView.h"
51     },
52     {
53       "name": "NHFImageTableViewCell",
54       "source_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.{h,m}",
55       "public_header_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.h"
56     },
57     {
58       "name": "UITableViewCell+Custom",
59       "source_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.{h,m}",
60       "public_header_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.h"
61     },
62     {
63       "name": "NHFELCycleVerticalView",
64       "source_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.{h,m}",
65       "public_header_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.h"
66     },
67     {
68       "name": "NHFMacroDefinition",
69       "source_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.{h}",
70       "public_header_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.h"
71     }
72   ]