[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.1.3 / BZCategory.podspec.json
blobaaa3e19eaa2a2efeba92c02c4680fc826d172d15
2   "name": "BZCategory",
3   "version": "1.1.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.1.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     "BZModel": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Foundation",
32       "subspecs": [
33         {
34           "name": "NSArray",
35           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSArray/*.{h,m}"
36         },
37         {
38           "name": "NSUserDefaults",
39           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/*.{h,m}"
40         },
41         {
42           "name": "Regex",
43           "source_files": "BZCategoryDemo/BZCategory/Foundation/Regex/*.{h,m}"
44         },
45         {
46           "name": "Safe",
47           "source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
48         },
49         {
50           "name": "UnicodeReadable",
51           "source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
52         }
53       ]
54     }
55   ]