[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / b / TFYSwiftCategoryUtil / 2.0.2 / TFYSwiftCategoryUtil.podspec.json
blobd4fd5e8d7cd392531451bb726681206288263af4
2   "name": "TFYSwiftCategoryUtil",
3   "version": "2.0.2",
4   "summary": "Swift版的链式编程,点语法,一条龙完成控件布局,最低支持IOS13 Swift5",
5   "description": "Swift版的链式编程,点语法,一条龙完成控件布局,最低支持IOS13 Swift5",
6   "homepage": "https://github.com/13662049573/TFYSwiftCategoryUtil",
7   "license": "MIT",
8   "authors": {
9     "田风有": "420144542@qq.com"
10   },
11   "platforms": {
12     "ios": "13.0"
13   },
14   "swift_versions": "5.0",
15   "pod_target_xcconfig": {
16     "SWIFT_VERSION": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/13662049573/TFYSwiftCategoryUtil.git",
20     "tag": "2.0.2"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Base/*.{swift}"
27     },
28     {
29       "name": "Utils",
30       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Utils/*.{swift}"
31     },
32     {
33       "name": "Category",
34       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Category/*.{swift}",
35       "dependencies": {
36         "TFYSwiftCategoryUtil/Base": [
38         ]
39       }
40     },
41     {
42       "name": "Foundation",
43       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Foundation/*.{swift}",
44       "dependencies": {
45         "TFYSwiftCategoryUtil/Base": [
47         ]
48       }
49     },
50     {
51       "name": "Gesture",
52       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Gesture/*.{swift}",
53       "dependencies": {
54         "TFYSwiftCategoryUtil/Base": [
56         ]
57       }
58     }
59   ],
60   "swift_version": "5.0"