[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / 8 / STT / 3.0.0-rc.3 / STT.podspec.json
blobbfa38a8af5d1ceed0c22339bdc6c9ed09559d91f
2   "name": "STT",
3   "version": "3.0.0-rc.3",
4   "summary": "Collection of useful extensions, binds, custom elements to simplify iOS development",
5   "description": "This is a Swift project of ready made part of code include a lot of useful function.\nThis project is inspaired by MvvmCross [MvvmCross](https://github.com/MvvmCross/MvvmCross)",
6   "homepage": "https://github.com/Standret/STT",
7   "license": "MIT",
8   "authors": {
9     "Peter Standret": "pstandret@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "swift_versions": "5.0",
15   "source": {
16     "git": "https://github.com/Standret/STT.git",
17     "tag": "3.0.0-rc.3"
18   },
19   "source_files": "STT/Core/*.swift",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "STT/Core/*.swift"
24     },
25     {
26       "name": "Event",
27       "source_files": "STT/Core/Event.swift"
28     },
29     {
30       "name": "Extensions",
31       "source_files": "STT/Extensions/*.swift"
32     },
33     {
34       "name": "RxExtensions",
35       "source_files": [
36         "STT/Core/*.swift",
37         "STT/RxExtensions/*.swift"
38       ],
39       "dependencies": {
40         "RxSwift": [
41           "~> 5"
42         ]
43       }
44     },
45     {
46       "name": "AlamofireExtensions",
47       "source_files": [
48         "STT/Core/*.swift",
49         "STT/Extensions/*.swift",
50         "STT/AlamofireExtensions/*.swift"
51       ],
52       "dependencies": {
53         "Alamofire": [
54           "4.9.0"
55         ],
56         "RxSwift": [
57           "~> 5"
58         ]
59       }
60     },
61     {
62       "name": "SDWebImageExtensions",
63       "source_files": "STT/SDWebImageExtensions/*.swift",
64       "dependencies": {
65         "SDWebImage": [
66           "~> 5.0.0"
67         ]
68       }
69     },
70     {
71       "name": "Bindings",
72       "source_files": [
73         "STT/Core/*.swift",
74         "STT/Bindings/*.swift"
75       ],
76       "dependencies": {
77         "RxCocoa": [
78           "~> 5"
79         ]
80       }
81     },
82     {
83       "name": "NotificationBanner",
84       "source_files": "STT/NotificationBanner/*.swift"
85     },
86     {
87       "name": "Validator",
88       "source_files": "STT/Validator/*.swift"
89     },
90     {
91       "name": "UIElements",
92       "source_files": [
93         "STT/Core/*.swift",
94         "STT/UIElements/*.swift"
95       ]
96     },
97     {
98       "name": "Support2x",
99       "source_files": [
100         "STT/Core/*.swift",
101         "STT/Bindings/*.swift",
102         "STT/Extensions/*.swift",
103         "STT/RxExtensions/*.swift",
104         "STT/UIElements/*.swift",
105         "STT/Support2x/Bindings/*.swift",
106         "STT/Support2x/Components/*.swift",
107         "STT/Support2x/Components/Core/*.swift",
108         "STT/Support2x/Components/View/*.swift"
109       ],
110       "dependencies": {
111         "TinyConstraints": [
113         ],
114         "KeychainSwift": [
116         ],
117         "RxSwift": [
118           "~> 5"
119         ],
120         "RxCocoa": [
121           "~> 5"
122         ],
123         "Alamofire": [
124           "4.9.0"
125         ]
126       }
127     }
128   ],
129   "swift_version": "5.0"