[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.4.3 / BZCategory.podspec.json
blob347df856156bbe57de51553d1ab29f054289f78b
2   "name": "BZCategory",
3   "version": "1.4.3",
4   "summary": "项目通用分类库。",
5   "description": "项目通用分类库,方便开发使用。",
6   "homepage": "https://github.com/EricBZH/BZCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EricBup": "375298211@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/EricBZH/BZCategory.git",
16     "tag": "1.4.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "BZCategoryDemo/BZCategory/*.{h,m}",
23   "public_header_files": "BZCategoryDemo/BZCategory/BZCategory.h",
24   "dependencies": {
25     "YYCategories": [
27     ],
28     "MBProgressHUD": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Foundation",
35       "subspecs": [
36         {
37           "name": "NSArray",
38           "subspecs": [
39             {
40               "name": "NSArray+BZAdd",
41               "source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/NSArray+BZAdd/*.{h,m}"
42             }
43           ]
44         },
45         {
46           "name": "NSString",
47           "subspecs": [
48             {
49               "name": "NSString+BZAdd",
50               "source_files": "BZCategoryDemo/BZCategory/Foundation/NSString/NSString+BZAdd/*.{h,m}"
51             },
52             {
53               "name": "NSString+BZAddRegex",
54               "source_files": "BZCategoryDemo/BZCategory/Foundation/NSString/NSString+BZAddRegex/*.{h,m}"
55             }
56           ]
57         },
58         {
59           "name": "NSTimer",
60           "subspecs": [
61             {
62               "name": "NSTimer+BZAdd",
63               "source_files": "BZCategoryDemo/BZCategory/Foundation/NSTimer/NSTimer+BZAdd/*.{h,m}"
64             }
65           ]
66         },
67         {
68           "name": "NSUserDefaults",
69           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/NSUserDefaults+BZAdd/*.{h,m}",
70           "subspecs": [
71             {
72               "name": "NSUserDefaults+BZAdd"
73             }
74           ]
75         },
76         {
77           "name": "Safe",
78           "source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
79         },
80         {
81           "name": "UnicodeReadable",
82           "source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
83         }
84       ]
85     },
86     {
87       "name": "UIKit",
88       "subspecs": [
89         {
90           "name": "UIButton",
91           "dependencies": {
92             "BZCategory/Foundation/NSTimer": [
94             ]
95           },
96           "subspecs": [
97             {
98               "name": "UIButton+BZAddCountdown",
99               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIButton/UIButton+BZAddCountdown/*.{h,m}"
100             }
101           ]
102         },
103         {
104           "name": "UITextField",
105           "subspecs": [
106             {
107               "name": "UITextField+BZAdd",
108               "source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/UITextField+BZAdd/*.{h,m}"
109             }
110           ]
111         },
112         {
113           "name": "UIViewController",
114           "subspecs": [
115             {
116               "name": "UIViewController+BZAddHUD",
117               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddHUD/*.{h,m}"
118             },
119             {
120               "name": "UIViewController+BZAddToast",
121               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddToast/*.{h,m}"
122             }
123           ]
124         }
125       ]
126     }
127   ]