[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 7 / 1 / b / TFYSwiftCategoryUtil / 2.0.4 / TFYSwiftCategoryUtil.podspec.json
blob4ad2f51162b6b0361a0933baf3cad01d7f4e1b17
2   "name": "TFYSwiftCategoryUtil",
3   "version": "2.0.4",
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.4"
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         "TFYSwiftCategoryUtil/Utils": [
41         ]
42       }
43     },
44     {
45       "name": "Foundation",
46       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Foundation/*.{swift}",
47       "dependencies": {
48         "TFYSwiftCategoryUtil/Base": [
50         ],
51         "TFYSwiftCategoryUtil/Utils": [
53         ]
54       }
55     },
56     {
57       "name": "Gesture",
58       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Gesture/*.{swift}",
59       "dependencies": {
60         "TFYSwiftCategoryUtil/Base": [
62         ],
63         "TFYSwiftCategoryUtil/Utils": [
65         ]
66       }
67     }
68   ],
69   "swift_version": "5.0"