[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 1 / b / TFYSwiftCategoryUtil / 2.1.6.1 / TFYSwiftCategoryUtil.podspec.json
blobf59bdaace0cd57dbc19862dbb8e36904ea522eb6
2   "name": "TFYSwiftCategoryUtil",
3   "version": "2.1.6.1",
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.1.6.1"
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": "WKWeb",
34       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/WKWeb/*.{swift}"
35     },
36     {
37       "name": "Category",
38       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Category/*.{swift}",
39       "dependencies": {
40         "TFYSwiftCategoryUtil/Base": [
42         ],
43         "TFYSwiftCategoryUtil/Utils": [
45         ]
46       }
47     },
48     {
49       "name": "Foundation",
50       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Foundation/*.{swift}",
51       "dependencies": {
52         "TFYSwiftCategoryUtil/Base": [
54         ],
55         "TFYSwiftCategoryUtil/Utils": [
57         ],
58         "TFYSwiftCategoryUtil/Category": [
60         ]
61       }
62     },
63     {
64       "name": "Gesture",
65       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Gesture/*.{swift}",
66       "dependencies": {
67         "TFYSwiftCategoryUtil/Base": [
69         ],
70         "TFYSwiftCategoryUtil/Utils": [
72         ]
73       }
74     }
75   ],
76   "swift_version": "5.0"