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