[Add] OverlapStack 1.0.0
[CocoaPods.git] / Specs / b / 0 / c / ZBCocoaPod / 0.0.2 / ZBCocoaPod.podspec.json
blobb1bba3abc6ccfe74b3fc4cc5e7069d02e037c908
2   "name": "ZBCocoaPod",
3   "version": "0.0.2",
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   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/prewindemon/ZBCocoaPod.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "ZBCocoaPod/ZBFoundation/*.{h,m}",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "Category",
23       "source_files": "ZBCocoaPod/ZBFoundation/Category/**/*.{h,m}"
24     }
25   ]