[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 3 / 9 / STEPUIKit / 0.0.1 / STEPUIKit.podspec.json
blob150d79fd6730a29d1efd688fc535a6f59f4d4ef0
2   "name": "STEPUIKit",
3   "version": "0.0.1",
4   "summary": "常用iOS项目UI工具类库",
5   "description": "常用iOS项目UI工具类库fanfanbinbin@outlook.com",
6   "homepage": "https://github.com/FUIKit/STEPUIKit",
7   "source": {
8     "git": "https://github.com/FUIKit/STEPUIKit.git",
9     "tag": "0.0.1"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source_files": "STEPUIKit/**/*.{h,m}",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "FUIKit": "fanfanbinbin@outlook.com"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "dependencies": {
28     "SDWebImage": [
29       "~> 5.0.0"
30     ]
31   }