[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 0 / 1 / b / NBCategory / 0.1.1 / NBCategory.podspec.json
blob618778b3ad67c353c33b8e301f7b8844f2b08d94
2   "name": "NBCategory",
3   "version": "0.1.1",
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.1.1",
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   "subspecs": [
22     {
23       "name": "NSDate",
24       "source_files": "NBCategory/NBCategories/NSDate/*.{h,m}",
25       "public_header_files": "NBCategory/NBCategories/NSDate/*.h"
26     },
27     {
28       "name": "NSString",
29       "source_files": "NBCategory/NBCategories/NSString/*.{h,m}",
30       "public_header_files": "NBCategory/NBCategories/NSString/*.h"
31     },
32     {
33       "name": "UIColor",
34       "source_files": "NBCategory/NBCategories/UIColor/*.{h,m}",
35       "public_header_files": "NBCategory/NBCategories/UIColor/*.h"
36     },
37     {
38       "name": "UIImage",
39       "source_files": "NBCategory/NBCategories/UIImage/*.{h,m}",
40       "public_header_files": "NBCategory/NBCategories/UIImage/*.h"
41     },
42     {
43       "name": "UIKit",
44       "source_files": "NBCategory/NBCategories/UIKit/*.{h,m}",
45       "public_header_files": "NBCategory/NBCategories/UIKit/*.h"
46     }
47   ]