[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / NHFCustomWidgets / 1.2.7 / NHFCustomWidgets.podspec.json
blobe0d6a17df820f88e534786863d47fe2445928b7e
2   "name": "NHFCustomWidgets",
3   "version": "1.2.7",
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.2.7"
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     "Security"
31   ],
32   "subspecs": [
33     {
34       "name": "UIButton",
35       "source_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
36       "public_header_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.h"
37     },
38     {
39       "name": "NHFSearchView",
40       "source_files": "Classes/SearchView/NHFSearchView.{h,m}",
41       "public_header_files": "Classes/SearchView/NHFSearchView.h"
42     },
43     {
44       "name": "NHFSynService",
45       "source_files": "Classes/NHFSynService/NHFSynService.{h,m}",
46       "public_header_files": "Classes/NHFSynService/NHFSynService.h"
47     },
48     {
49       "name": "NHFWindowView",
50       "source_files": "Classes/NHFWindowView/NHFWindowView.{h,m}",
51       "public_header_files": "Classes/NHFWindowView/NHFWindowView.h"
52     },
53     {
54       "name": "NHFImageTableViewCell",
55       "source_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.{h,m}",
56       "public_header_files": "Classes/NHFImageTableViewCell/NHFImageTableViewCell.h"
57     },
58     {
59       "name": "UITableViewCell+Custom",
60       "source_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.{h,m}",
61       "public_header_files": "Classes/UITableViewCell+Custom/UITableViewCell+Custom.h"
62     },
63     {
64       "name": "NHFELCycleVerticalView",
65       "source_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.{h,m}",
66       "public_header_files": "Classes/NHFELCycleVerticalView/NHFELCycleVerticalView.h"
67     },
68     {
69       "name": "NHFMacroDefinition",
70       "source_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.{h}",
71       "public_header_files": "Classes/NHFMacroDefinition/NHFMacroDefinition.h"
72     },
73     {
74       "name": "NHFTimer",
75       "source_files": "Classes/NHFTimer/NHFTimer.{h,m}",
76       "public_header_files": "Classes/NHFTimer/NHFTimer.h"
77     },
78     {
79       "name": "NHFCycleView",
80       "dependencies": {
81         "NHFCustomWidgets/NHFTimer": [
83         ]
84       },
85       "source_files": "Classes/NHFCycleView/NHFCycleView.{h,m}",
86       "public_header_files": "Classes/NHFCycleView/NHFCycleView.h"
87     },
88     {
89       "name": "NHFKeychainTool",
90       "source_files": "Classes/NHFKeychainTool/NHFKeychainTool.{h,m}",
91       "public_header_files": "Classes/NHFKeychainTool/NHFKeychainTool.h"
92     },
93     {
94       "name": "NHFMemoryObjectCache",
95       "source_files": "Classes/NHFMemoryObjectCache/NHFMemoryObjectCache.{h,m}",
96       "public_header_files": "Classes/NHFMemoryObjectCache/NHFMemoryObjectCache.h"
97     },
98     {
99       "name": "UITextField+Attribute",
100       "source_files": "Classes/UITextField+Attribute/UITextField+Attribute.{h,m}",
101       "public_header_files": "Classes/UITextField+Attribute/UITextField+Attribute.h"
102     }
103   ]