[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / b / 0 / c / ZBCocoaPod / 0.0.6 / ZBCocoaPod.podspec.json
blob35b00aa3ae065a99f278e6a717c459dadb6851c5
2   "name": "ZBCocoaPod",
3   "version": "0.0.6",
4   "summary": "ZB专用的CocoaPod",
5   "description": "用于ZB内部的一些常用类及扩展,用于搭建基础框架\nCore-->核心包\nCategory-->常用扩展类\nUtil-->常用工具类\nBaseController-->基础Controller\nDrawerController-->侧滑页面\nImagePreview-->图片预览",
6   "homepage": "https://github.com/prewindemon/ZBCocoaPod",
7   "license": "MIT",
8   "authors": {
9     "Prewindemon": "121555495@qq.com"
10   },
11   "social_media_url": "http://weibo.com/123605358/home",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "default_subspecs": [
16     "Core",
17     "Util"
18   ],
19   "source": {
20     "git": "https://github.com/prewindemon/ZBCocoaPod.git",
21     "tag": "0.0.6",
22     "submodules": true
23   },
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "ZBCocoaPod/ZBFoundation/Core/**/*.{h,m}",
33       "dependencies": {
34         "Masonry": [
36         ],
37         "UITableView+FDTemplateLayoutCell": [
39         ],
40         "SDWebImage": [
42         ],
43         "MBProgressHUD": [
45         ],
46         "MJRefresh": [
48         ],
49         "AFNetworking": [
51         ],
52         "YYModel": [
54         ],
55         "ZBCocoaPod/Category": [
57         ]
58       }
59     },
60     {
61       "name": "Category",
62       "source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
63     },
64     {
65       "name": "Util",
66       "source_files": "ZBCocoaPod/ZBFoundation/Util/**/*.{h,m}",
67       "dependencies": {
68         "ZBCocoaPod/Core": [
70         ]
71       }
72     },
73     {
74       "name": "BaseController",
75       "source_files": "ZBCocoaPod/ZBFoundation/Controller/Base/**/*.{h,m}",
76       "dependencies": {
77         "ZBCocoaPod/Core": [
79         ]
80       }
81     },
82     {
83       "name": "DrawerController",
84       "source_files": "ZBCocoaPod/ZBFoundation/Controller/Drawer/**/*.{h,m}",
85       "dependencies": {
86         "ZBCocoaPod/Core": [
88         ],
89         "MMDrawerController": [
91         ]
92       }
93     },
94     {
95       "name": "ImagePreview",
96       "source_files": "ZBCocoaPod/ZBFoundation/View/ImagePreview/**/*.{h,m,bundle}",
97       "dependencies": {
98         "ZBCocoaPod/Core": [
100         ],
101         "ZBCocoaPod/Category": [
103         ]
104       },
105       "resource_bundles": {
106         "zbImagePreviewIcon": [
107           "ZBCocoaPod/ZBFoundation/View/ImagePreview/**/*.bundle"
108         ]
109       }
110     }
111   ]