[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / 6 / ZBHDataManager / 0.0.2 / ZBHDataManager.podspec.json
blobf5753b1002ac05aac2a8f58d2773214b0e724599
2   "name": "ZBHDataManager",
3   "version": "0.0.2",
4   "summary": "数据管理SDK",
5   "description": "# description描述,可以在此处添加你所更新的重要模块描述。\n\"This is a project provide data manager modules for iOS developer\"\n\"add user data manager modules\"\n\"add ...\"",
6   "homepage": "https://github.com/ZhaoBinHua",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhaobinhua": "zbh1019@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ZhaoBinHua/ZBHDataManager.git",
19     "tag": "0.0.2"
20   },
21   "resources": [
22     "ZBHDataManager/Classes/**/*.{bundle}"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ],
29     "SDWebImage": [
30       "~>3.8"
31     ],
32     "Masonry": [
33       "~> 1.0"
34     ],
35     "SVProgressHUD": [
36       "~> 2.0"
37     ]
38   },
39   "subspecs": [
40     {
41       "name": "Entitys",
42       "source_files": [
43         "ZBHDataManager/Classes/EntityClasses/**/*"
44       ],
45       "public_header_files": [
46         "ZBHDataManager/Classes/EntityClasses/**/*.h"
47       ]
48     },
49     {
50       "name": "HttpClient",
51       "source_files": [
52         "ZBHDataManager/Classes/HttpClient/**/*"
53       ],
54       "public_header_files": [
55         "ZBHDataManager/Classes/HttpClient/**/*.h"
56       ]
57     },
58     {
59       "name": "AppTools",
60       "source_files": [
61         "ZBHDataManager/Classes/AppTools/**/*"
62       ],
63       "public_header_files": [
64         "ZBHDataManager/Classes/AppTools/**/*.h"
65       ],
66       "dependencies": {
67         "ZBHDataManager/Entitys": [
69         ],
70         "ZBHDataManager/HttpClient": [
72         ]
73       }
74     },
75     {
76       "name": "ViewControllers",
77       "source_files": [
78         "ZBHDataManager/Classes/ViewControllers/**/*"
79       ],
80       "public_header_files": [
81         "ZBHDataManager/Classes/ViewControllers/**/*.h"
82       ],
83       "dependencies": {
84         "ZBHDataManager/AppTools": [
86         ]
87       }
88     }
89   ]