[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / e / ZJModuleCommon / 1.0.3 / ZJModuleCommon.podspec.json
blobae1ed5a232d81f9149a50ea48e7a370cc80a5663
2   "name": "ZJModuleCommon",
3   "version": "1.0.3",
4   "summary": "A short",
5   "description": "LZTool 是一个用于保存一些常用工具类的工具",
6   "homepage": "https://github.com/gnaw9258wp/ZJModuleCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王鹏": "1520770071@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/gnaw9258wp/ZJModuleCommon",
19     "tag": "1.0.3"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "Masonry": [
24       "~> 1.1.0"
25     ],
26     "SDWebImage": [
27       "~> 5.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "ZJMediator",
33       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJMediator/*.{h,m}"
34     },
35     {
36       "name": "Define",
37       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Define/*.{h,m}"
38     },
39     {
40       "name": "ZJSetAuthManager",
41       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJSetAuthManager/*.{h,m}",
42       "dependencies": {
43         "ZJModuleCommon/Define": [
45         ]
46       }
47     },
48     {
49       "name": "Category",
50       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Category/**/**/*.{h,m}"
51     },
52     {
53       "name": "Environment",
54       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/Environment/*.{h,m}"
55     },
56     {
57       "name": "BaseVC",
58       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/BaseVC/*.{h,m}",
59       "dependencies": {
60         "ZJModuleCommon/Category": [
62         ],
63         "ZJModuleCommon/Define": [
65         ]
66       }
67     },
68     {
69       "name": "ZJHUD",
70       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{h,m}",
71       "dependencies": {
72         "ZJModuleCommon/Category": [
74         ],
75         "ZJModuleCommon/Define": [
77         ],
78         "MBProgressHUD": [
79           "~> 1.1.0"
80         ]
81       }
82     },
83     {
84       "name": "ZJNavigationController",
85       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNavigationController/*.{h,m}",
86       "dependencies": {
87         "ZJModuleCommon/Category": [
89         ]
90       }
91     },
92     {
93       "name": "ZJNetWork",
94       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNetWork/*.{h,m}",
95       "dependencies": {
96         "ZJModuleCommon/Environment": [
98         ],
99         "ZJModuleCommon/Category": [
101         ],
102         "YTKNetwork": [
103           "~> 2.1.4"
104         ],
105         "Reachability": [
106           "~> 3.2"
107         ]
108       }
109     }
110   ]