[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / b / CZLibrary / 0.0.6 / CZLibrary.podspec.json
blob8638ff8bf27419e20da8c9c40471625e322d52ea
2   "name": "CZLibrary",
3   "version": "0.0.6",
4   "summary": "cz self library summary",
5   "description": "cz self library description",
6   "homepage": "https://github.com/JuYiWei/CZLibrary",
7   "license": "MIT",
8   "authors": {
9     "juyw": "757832801@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/JuYiWei/CZLibrary.git",
16     "tag": "0.0.6"
17   },
18   "source_files": "CZLibrary/CZLibrary/Lbirary/*.{h,m}",
19   "resources": "CZLibrary/CZLibrary/Lbirary/Assets/*.png",
20   "dependencies": {
21     "Masonry": [
22       "~> 1.0"
23     ]
24   },
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Category",
29       "subspecs": [
30         {
31           "name": "UIKit",
32           "source_files": "CZLibrary/CZLibrary/Lbirary/Category/UIKit/*.{h,m}"
33         },
34         {
35           "name": "Foundation",
36           "source_files": "CZLibrary/CZLibrary/Lbirary/Category/Foundation/*.{h,m}"
37         }
38       ]
39     },
40     {
41       "name": "Tools",
42       "source_files": "CZLibrary/CZLibrary/Lbirary/Tools/*.{h,m}"
43     },
44     {
45       "name": "UI",
46       "source_files": "CZLibrary/CZLibrary/Lbirary/UI/*.{h,m}"
47     }
48   ]