[Add] YIM 2.2.1
[CocoaPods.git] / Specs / b / 0 / c / ZBCocoaPod / 0.0.3 / ZBCocoaPod.podspec.json
blob955cae4a7ac07c71aa6e66c85e35f392a2fdbc89
2   "name": "ZBCocoaPod",
3   "version": "0.0.3",
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   ],
19   "source": {
20     "git": "https://github.com/prewindemon/ZBCocoaPod.git",
21     "tag": "0.0.3",
22     "submodules": true
23   },
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true,
29   "dependencies": {
30     "Masonry": [
32     ],
33     "UITableView+FDTemplateLayoutCell": [
35     ],
36     "SDWebImage": [
38     ],
39     "MBProgressHUD": [
41     ],
42     "MJRefresh": [
44     ],
45     "AFNetworking": [
47     ],
48     "YYModel": [
50     ]
51   },
52   "subspecs": [
53     {
54       "name": "Core",
55       "source_files": "ZBCocoaPod/ZBFoundation/Core/**/*.{h,m}"
56     },
57     {
58       "name": "Category",
59       "source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
60     }
61   ]