[Add] AudioLib 0.0.2
[CocoaPods.git] / Specs / 1 / 8 / 7 / ZUtils / 1.0.0 / ZUtils.podspec.json
bloba41edf0eae0a7da0693a62b3ea490fcfe99787f4
2   "name": "ZUtils",
3   "version": "1.0.0",
4   "summary": "封装一些常用的Category工具类库.",
5   "description": "封装一些常用的Category工具类库,便于在开发过程中对象之间的转化。",
6   "homepage": "https://github.com/zhangguozhong/ZUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/ZUtils.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "Classes",
23     "TopController/ZUtils/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": "Foundation"