[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 0 / c / ZBCocoaPod / 0.0.5 / ZBCocoaPod.podspec.json
blob53f7a636fb806d558b7fab9d68c9b8add9e30b47
2   "name": "ZBCocoaPod",
3   "version": "0.0.5",
4   "summary": "ZB专用的CocoaPod",
5   "description": "用于ZB内部的一些常用类及扩展,用于搭建基础框架",
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     "Category",
18     "Util"
19   ],
20   "source": {
21     "git": "https://github.com/prewindemon/ZBCocoaPod.git",
22     "tag": "0.0.5",
23     "submodules": true
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "ZBCocoaPod/ZBFoundation/Core/**/*.{h,m}",
34       "dependencies": {
35         "Masonry": [
37         ],
38         "UITableView+FDTemplateLayoutCell": [
40         ],
41         "SDWebImage": [
43         ],
44         "MBProgressHUD": [
46         ],
47         "MJRefresh": [
49         ],
50         "AFNetworking": [
52         ],
53         "YYModel": [
55         ]
56       }
57     },
58     {
59       "name": "Category",
60       "source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
61     },
62     {
63       "name": "Util",
64       "source_files": "ZBCocoaPod/ZBFoundation/Util/**/*.{h,m}",
65       "dependencies": {
66         "ZBCocoaPod/Core": [
68         ]
69       }
70     }
71   ]