[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / c / 5 / SZKit / 1.3.2 / SZKit.podspec.json
blob08133d637e9a9c663cfe043ae9cd59f16e5f5ff6
2   "name": "SZKit",
3   "version": "1.3.2",
4   "summary": "a set for convenient develop.",
5   "homepage": "https://github.com/StenpZ/SZKit",
6   "license": "MIT",
7   "authors": {
8     "StenpZ": "zhouc520@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/StenpZ/SZKit.git",
12     "tag": "1.3.2"
13   },
14   "public_header_files": "SZKit/**/*.{h}",
15   "source_files": "SZKit/**/*.{h,m}",
16   "frameworks": "UIKit",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "SDWebImage": [
23       "~> 4.0"
24     ],
25     "Masonry": [
26       "~> 1.0"
27     ]
28   }