[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 5 / e / ZJModuleCommon / 1.0.4 / ZJModuleCommon.podspec.json
blobca8283f45a4d6077387b2ffdcbe9cd9aed876a52
2   "name": "ZJModuleCommon",
3   "version": "1.0.4",
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.4"
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       "resources": "ZJModuleCommon/ZJModuleCommon/Class/ZJHUD/*.{xib,bundle,xcassets,html,plist,js,json,gif}"
83     },
84     {
85       "name": "ZJNavigationController",
86       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNavigationController/*.{h,m}",
87       "dependencies": {
88         "ZJModuleCommon/Category": [
90         ]
91       }
92     },
93     {
94       "name": "ZJNetWork",
95       "source_files": "ZJModuleCommon/ZJModuleCommon/Class/ZJNetWork/*.{h,m}",
96       "dependencies": {
97         "ZJModuleCommon/Environment": [
99         ],
100         "ZJModuleCommon/Category": [
102         ],
103         "YTKNetwork": [
104           "~> 2.1.4"
105         ],
106         "Reachability": [
107           "~> 3.2"
108         ]
109       }
110     }
111   ]