[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / 8 / d / YBTools / 1.0.2 / YBTools.podspec.json
bloba8d7289cb2c38bd0f23f013ed705d16b9509bae9
2   "name": "YBTools",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "常用的一些工具类",
6   "homepage": "https://gitee.com/XinDeGangWan/YBTools",
7   "source": {
8     "git": "https://gitee.com/XinDeGangWan/YBTools.git",
9     "tag": "1.0.2"
10   },
11   "platforms": {
12     "ios": "12.0"
13   },
14   "swift_versions": "5.0",
15   "frameworks": [
16     "UIKit",
17     "Foundation"
18   ],
19   "authors": {
20     "LinYongbin": "447000693@qq.com"
21   },
22   "subspecs": [
23     {
24       "name": "Category",
25       "source_files": "YBTools/Classes/Category/*.{swift}"
26     },
27     {
28       "name": "Utils",
29       "source_files": "YBTools/Classes/Utils/*.{swift}"
30     },
31     {
32       "name": "Views",
33       "source_files": "YBTools/Classes/Views/*.{swift}"
34     }
35   ],
36   "swift_version": "5.0"