[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 7 / 1 / b / TFYSwiftCategoryUtil / 2.1.7.9 / TFYSwiftCategoryUtil.podspec.json
blob18c7a256ac0ebd16c18811a69f6af1f771ae9a9d
2   "name": "TFYSwiftCategoryUtil",
3   "version": "2.1.7.9",
4   "summary": "Swift版的链式编程,点语法,一条龙完成控件布局,最低支持IOS12 Swift5",
5   "description": "Swift版的链式编程,点语法,一条龙完成控件布局,最低支持IOS12 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.7.9"
21   },
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "CoreUiit",
26       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/CoreUiit/*.{swift}"
27     },
28     {
29       "name": "SwiftUI",
30       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/SwiftUI/*.{swift}",
31       "dependencies": {
32         "TFYSwiftCategoryUtil/Utils": [
34         ],
35         "TFYSwiftCategoryUtil/Foundation": [
37         ],
38         "TFYSwiftCategoryUtil/UIKit": [
40         ]
41       }
42     },
43     {
44       "name": "Base",
45       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Base/*.{swift}"
46     },
47     {
48       "name": "Utils",
49       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Utils/*.{swift}"
50     },
51     {
52       "name": "WKWeb",
53       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/WKWeb/*.{swift}"
54     },
55     {
56       "name": "UIKit",
57       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/UIKit/*.{swift}",
58       "dependencies": {
59         "TFYSwiftCategoryUtil/Base": [
61         ],
62         "TFYSwiftCategoryUtil/Utils": [
64         ]
65       }
66     },
67     {
68       "name": "Foundation",
69       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Foundation/*.{swift}",
70       "dependencies": {
71         "TFYSwiftCategoryUtil/Base": [
73         ],
74         "TFYSwiftCategoryUtil/Utils": [
76         ],
77         "TFYSwiftCategoryUtil/UIKit": [
79         ],
80         "TFYSwiftCategoryUtil/CoreUiit": [
82         ]
83       }
84     },
85     {
86       "name": "Gesture",
87       "source_files": "TFYSwiftCategoryUtil/TFYSwiftCategoryUtil/Gesture/*.{swift}",
88       "dependencies": {
89         "TFYSwiftCategoryUtil/Base": [
91         ],
92         "TFYSwiftCategoryUtil/Utils": [
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.0"