[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.1.7 / BZCategory.podspec.json
blobdcedb00cd66ee134a4e91c5a2e2c7d811aaae759
2   "name": "BZCategory",
3   "version": "1.1.7",
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.7"
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": "NSUserDefaults",
34           "source_files": "BZCategoryDemo/BZCategory/Foundation/NSUserDefaults/*.{h,m}"
35         },
36         {
37           "name": "Regex",
38           "source_files": "BZCategoryDemo/BZCategory/Foundation/Regex/*.{h,m}"
39         },
40         {
41           "name": "Safe",
42           "source_files": "BZCategoryDemo/BZCategory/Foundation/Safe/*.{h,m}"
43         },
44         {
45           "name": "UnicodeReadable",
46           "source_files": "BZCategoryDemo/BZCategory/Foundation/UnicodeReadable/*.{h,m}"
47         },
48         {
49           "name": "UITextField",
50           "source_files": "BZCategoryDemo/BZCategory/Foundation/UITextField/*.{h,m}"
51         }
52       ]
53     }
54   ]