[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.3.2 / BZCategory.podspec.json
blob32f740a1db1423540bcc7e1095afa4fb093055cd
2   "name": "BZCategory",
3   "version": "1.3.2",
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.3.2"
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   "subspecs": [
25     {
26       "name": "Foundation",
27       "subspecs": [
28         {
29           "name": "NSArray",
30           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/*.{h,m}"
31         },
32         {
33           "name": "NSTimer",
34           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSTimer/*.{h,m}"
35         },
36         {
37           "name": "NSUserDefaults",
38           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/*.{h,m}"
39         },
40         {
41           "name": "Regex",
42           "source_files": "BZCategoryDemo/BZCategory/Foundation/Regex/*.{h,m}"
43         },
44         {
45           "name": "Safe",
46           "source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
47         },
48         {
49           "name": "UnicodeReadable",
50           "source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
51         }
52       ]
53     },
54     {
55       "name": "UIKit",
56       "subspecs": [
57         {
58           "name": "UIButton",
59           "source_files": "BZCategoryDemo/BZCategory/UIKit/UIButton/*.{h,m}",
60           "dependencies": {
61             "BZCategory/Foundation/NSTimer": [
63             ]
64           }
65         },
66         {
67           "name": "UITextField",
68           "source_files": "BZCategoryDemo/BZCategory/UIKit/UITextField/*.{h,m}"
69         }
70       ]
71     }
72   ]