[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 8 / 7 / ZUtils / 1.0.1 / ZUtils.podspec.json
blob8066fab00c4bd260bc9c0439a15fd61ad2230c8e
2   "name": "ZUtils",
3   "version": "1.0.1",
4   "summary": "封装一些比较常用的工具类库.",
5   "description": "封装一些常用的工具类库,便于在开发过程中复用。",
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.1"
20   },
21   "source_files": [
22     "Classes",
23     "TopController/ZUtils/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ]