[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / NHFCustomWidgets / 1.3.3 / NHFCustomWidgets.podspec.json
blob14691f3d88423a17cf4fb3cb99f1edca9885c432
2   "name": "NHFCustomWidgets",
3   "version": "1.3.3",
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.3.3"
16   },
17   "requires_arc": true,
18   "public_header_files": "Classes/NHFCustomWidgetsSetting.h",
19   "source_files": "Classes/NHFCustomWidgetsSetting.h",
20   "dependencies": {
21     "Masonry": [
23     ],
24     "NHFDevice": [
26     ],
27     "NhfUIColorUnit": [
29     ],
30     "NHFNavigationBar": [
32     ],
33     "IQKeyboardManager": [
35     ],
36     "MJRefresh": [
38     ]
39   },
40   "frameworks": [
41     "QuartzCore",
42     "CoreData",
43     "Foundation",
44     "UIKit",
45     "Security"
46   ],
47   "subspecs": [
48     {
49       "name": "UIButton",
50       "source_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
51       "public_header_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.h"
52     },
53     {
54       "name": "NHFSearchView",
55       "source_files": "Classes/SearchView/NHFSearchView.{h,m}",
56       "public_header_files": "Classes/SearchView/NHFSearchView.h"
57     },
58     {
59       "name": "NHFSynService",
60       "source_files": "Classes/NHFSynService/NHFSynService.{h,m}",
61       "public_header_files": "Classes/NHFSynService/NHFSynService.h"
62     },
63     {
64       "name": "NHFWindowView",
65       "source_files": "Classes/NHFWindowView/NHFWindowView.{h,m}",
66       "public_header_files": "Classes/NHFWindowView/NHFWindowView.h"
67     },
68     {
69       "name": "NHFImageTableViewCell",
70       "source_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.{h,m}",
71       "public_header_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.h"
72     },
73     {
74       "name": "UITableViewCell+Custom",
75       "source_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.{h,m}",
76       "public_header_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.h"
77     },
78     {
79       "name": "NHFELCycleVerticalView",
80       "source_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.{h,m}",
81       "public_header_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.h"
82     },
83     {
84       "name": "NHFMacroDefinition",
85       "source_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.{h}",
86       "public_header_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.h"
87     },
88     {
89       "name": "NHFTimer",
90       "source_files": "Classes/NHFTimer/NHFTimer.{h,m}",
91       "public_header_files": "Classes/NHFTimer/NHFTimer.h"
92     },
93     {
94       "name": "NHFCycleView",
95       "dependencies": {
96         "NHFCustomWidgets/NHFTimer": [
98         ]
99       },
100       "source_files": "Classes/NHFCycleView/NHFCycleView.{h,m}",
101       "public_header_files": "Classes/NHFCycleView/NHFCycleView.h"
102     },
103     {
104       "name": "NHFKeychainTool",
105       "source_files": "Classes/NHFKeychainTool/NHFKeychainTool.{h,m}",
106       "public_header_files": "Classes/NHFKeychainTool/NHFKeychainTool.h"
107     },
108     {
109       "name": "NHFMemoryObjectCache",
110       "source_files": "Classes/NHFMemoryObjectCache/NHFMemoryObjectCache.{h,m}",
111       "public_header_files": "Classes/NHFMemoryObjectCache/NHFMemoryObjectCache.h"
112     },
113     {
114       "name": "UITextField+Attribute",
115       "source_files": "Classes/UITextField+Attribute/UITextField+Attribute.{h,m}",
116       "public_header_files": "Classes/UITextField+Attribute/UITextField+Attribute.h"
117     },
118     {
119       "name": "Base",
120       "dependencies": {
121         "NHFCustomWidgets/NHFMacroDefinition": [
123         ]
124       },
125       "source_files": "Classes/**/*.{h,m}",
126       "public_header_files": "Classes/**/*.h"
127     }
128   ]