[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / NHFCustomWidgets / 1.0.9 / NHFCustomWidgets.podspec.json
blobedd5c7641d7ad5fc6252fd7a083a3296a90a6804
2   "name": "NHFCustomWidgets",
3   "version": "1.0.9",
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.9"
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",
29       "source_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.{h,m}",
30       "public_header_files": "Classes/UIButton/UIButton+NHFBlock/UIButton+NHFBlock.h"
31     },
32     {
33       "name": "NHFSearchView",
34       "source_files": "Classes/SearchView/NHFSearchView.{h,m}",
35       "public_header_files": "Classes/SearchView/NHFSearchView.h"
36     }
37   ]