[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 1 / 3 / NGCategories / 0.0.7 / NGCategories.podspec.json
blob5e022e3e29ca631f0783e5e62ff8fc2572dd1e20
2   "name": "NGCategories",
3   "version": "0.0.7",
4   "summary": "Some useful iOS categories.",
5   "description": "Some useful iOS categories!",
6   "homepage": "https://github.com/naijoug/NGCategories",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "naijoug": "naijoug@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/naijoug/NGCategories.git",
19     "tag": "0.0.7"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "public_header_files": "NGCategories/NGCategories.h",
27   "source_files": "NGCategories/NGCategories.h",
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "public_header_files": "NGCategories/Foundation/NGFoundation.h",
32       "source_files": "NGCategories/Foundation/NGFoundation.h",
33       "subspecs": [
34         {
35           "name": "NSArray",
36           "public_header_files": "NGCategories/Foundation/NSArray/*.h",
37           "source_files": "NGCategories/Foundation/NSArray/*.{h,m}"
38         },
39         {
40           "name": "NSBundle",
41           "public_header_files": "NGCategories/Foundation/NSBundle/*.h",
42           "source_files": "NGCategories/Foundation/NSBundle/*.{h,m}"
43         },
44         {
45           "name": "NSAttributedString",
46           "public_header_files": "NGCategories/Foundation/NSAttributedString/*.h",
47           "source_files": "NGCategories/Foundation/NSAttributedString/*.{h,m}"
48         },
49         {
50           "name": "NSDate",
51           "public_header_files": "NGCategories/Foundation/NSDate/*.h",
52           "source_files": "NGCategories/Foundation/NSDate/*.{h,m}"
53         },
54         {
55           "name": "NSObject",
56           "public_header_files": "NGCategories/Foundation/NSObject/*.h",
57           "source_files": "NGCategories/Foundation/NSObject/*.{h,m}"
58         },
59         {
60           "name": "NSString",
61           "public_header_files": "NGCategories/Foundation/NSString/*.h",
62           "source_files": "NGCategories/Foundation/NSString/*.{h,m}"
63         }
64       ]
65     },
66     {
67       "name": "UIkit",
68       "public_header_files": "NGCategories/UIKit/NGUIKit.h",
69       "source_files": "NGCategories/UIKit/NGUIKit.h",
70       "subspecs": [
71         {
72           "name": "UIBarButtonItem",
73           "public_header_files": "NGCategories/UIKit/UIBarButtonItem/*.h",
74           "source_files": "NGCategories/UIKit/UIBarButtonItem/*.{h,m}"
75         },
76         {
77           "name": "UIColor",
78           "public_header_files": "NGCategories/UIKit/UIColor/*.h",
79           "source_files": "NGCategories/UIKit/UIColor/*.{h,m}"
80         },
81         {
82           "name": "UIImage",
83           "public_header_files": "NGCategories/UIKit/UIImage/*.h",
84           "source_files": "NGCategories/UIKit/UIImage/*.{h,m}"
85         },
86         {
87           "name": "UILabel",
88           "public_header_files": "NGCategories/UIKit/UILabel/*.h",
89           "source_files": "NGCategories/UIKit/UILabel/*.{h,m}"
90         },
91         {
92           "name": "UINavigationController",
93           "public_header_files": "NGCategories/UIKit/UINavigationController/*.h",
94           "source_files": "NGCategories/UIKit/UINavigationController/*.{h,m}"
95         },
96         {
97           "name": "UITextView",
98           "public_header_files": "NGCategories/UIKit/UITextView/*.h",
99           "source_files": "NGCategories/UIKit/UITextView/*.{h,m}"
100         },
101         {
102           "name": "UIScreen",
103           "public_header_files": "NGCategories/UIKit/UIScreen/*.h",
104           "source_files": "NGCategories/UIKit/UIScreen/*.{h,m}"
105         },
106         {
107           "name": "UIView",
108           "public_header_files": "NGCategories/UIKit/UIView/*.h",
109           "source_files": "NGCategories/UIKit/UIView/*.{h,m}"
110         }
111       ]
112     }
113   ]