[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / 1 / b / NBCategory / 0.2.0 / NBCategory.podspec.json
bloba6bdc268eaea15119d6c6637f6a3ad9488395578
2   "name": "NBCategory",
3   "version": "0.2.0",
4   "summary": "提供项目需要的一些分类设置代码",
5   "homepage": "https://github.com/NapoleonBaiAndroid/NBCategory",
6   "license": "MIT",
7   "authors": {
8     "NapoleonBai": "napoleonbaiandroid@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/NapoleonBaiAndroid/NBCategory.git",
12     "tag": "0.2.0",
13     "submodules": true
14   },
15   "source_files": "NBCategory/NBCategories/NBCategory.h",
16   "public_header_files": "NBCategory/NBCategories/NBCategory.h",
17   "platforms": {
18     "ios": null
19   },
20   "requires_arc": true,
21   "pushed_with_swift_version": null,
22   "subspecs": [
23     {
24       "name": "NSDate",
25       "source_files": "NBCategory/NBCategories/NSDate/*.{h,m}",
26       "public_header_files": "NBCategory/NBCategories/NSDate/*.h"
27     },
28     {
29       "name": "NSDictionary",
30       "source_files": "NBCategory/NBCategories/NSDictionary/*.{h,m}",
31       "public_header_files": "NBCategory/NBCategories/NSDictionary/*.h"
32     },
33     {
34       "name": "NSObject",
35       "source_files": "NBCategory/NBCategories/NSObject/*.{h,m}",
36       "public_header_files": "NBCategory/NBCategories/NSObject/*.h"
37     },
38     {
39       "name": "NSString",
40       "source_files": "NBCategory/NBCategories/NSString/*.{h,m}",
41       "public_header_files": "NBCategory/NBCategories/NSString/*.h"
42     },
43     {
44       "name": "UIColor",
45       "source_files": "NBCategory/NBCategories/UIColor/*.{h,m}",
46       "public_header_files": "NBCategory/NBCategories/UIColor/*.h"
47     },
48     {
49       "name": "UIImage",
50       "source_files": "NBCategory/NBCategories/UIImage/*.{h,m}",
51       "public_header_files": "NBCategory/NBCategories/UIImage/*.h"
52     },
53     {
54       "name": "UIKit",
55       "source_files": "NBCategory/NBCategories/UIKit/*.{h,m}",
56       "public_header_files": "NBCategory/NBCategories/UIKit/*.h"
57     }
58   ]