[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.4.0 / BZCategory.podspec.json
blob668876bd9ca5154ec9e051087c2c87d7dd70d534
2   "name": "BZCategory",
3   "version": "1.4.0",
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.0"
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           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/*.{h,m}"
39         },
40         {
41           "name": "NSString",
42           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSString/*.{h,m}"
43         },
44         {
45           "name": "NSTimer",
46           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSTimer/*.{h,m}"
47         },
48         {
49           "name": "NSUserDefaults",
50           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/*.{h,m}"
51         },
52         {
53           "name": "Regex",
54           "source_files": "BZCategoryDemo/BZCategory/Foundation/Regex/*.{h,m}"
55         },
56         {
57           "name": "Safe",
58           "source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
59         },
60         {
61           "name": "UnicodeReadable",
62           "source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
63         }
64       ]
65     },
66     {
67       "name": "UIKit",
68       "subspecs": [
69         {
70           "name": "UIButton",
71           "dependencies": {
72             "BZCategory/Foundation/NSTimer": [
74             ]
75           },
76           "subspecs": [
77             {
78               "name": "UIButton+BZAddCountdown",
79               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIButton/UIButton+BZAddCountdown/*.{h,m}"
80             }
81           ]
82         },
83         {
84           "name": "UITextField",
85           "subspecs": [
86             {
87               "name": "UITextField+BZAdd",
88               "source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/UITextField+BZAdd/*.{h,m}"
89             }
90           ]
91         },
92         {
93           "name": "UIViewController",
94           "subspecs": [
95             {
96               "name": "UIViewController+BZAddHUD",
97               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddHUD/*.{h,m}"
98             },
99             {
100               "name": "UIViewController+BZAddToast",
101               "source_files": "BZCategoryDemo/BZCategory/UIKit/UIViewController/UIViewController+BZAddToast/*.{h,m}"
102             }
103           ]
104         }
105       ]
106     }
107   ]