[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / 9 / d / 8 / STT / 3.0.0-rc.1 / STT.podspec.json
blob20086bee0d5b1a2a88980c9e2050c776fe55ec73
2   "name": "STT",
3   "version": "3.0.0-rc.1",
4   "summary": "Simple reusable code with RxViper architecture provided by Standret, LightSide and Adnrew",
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.1"
18   },
19   "source_files": "STT/Core/*.swift",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "STT/Core/*.swift"
24     },
25     {
26       "name": "Extensions",
27       "source_files": "STT/Extensions/*.swift"
28     },
29     {
30       "name": "RxExtensions",
31       "source_files": [
32         "STT/Core/*.swift",
33         "STT/RxExtensions/*.swift"
34       ],
35       "dependencies": {
36         "RxSwift": [
37           "~> 5"
38         ]
39       }
40     },
41     {
42       "name": "AlamofireExtensions",
43       "source_files": [
44         "STT/Core/*.swift",
45         "STT/Extensions/*.swift",
46         "STT/AlamofireExtensions/*.swift"
47       ],
48       "dependencies": {
49         "Alamofire": [
50           "4.9.0"
51         ],
52         "RxSwift": [
53           "~> 5"
54         ]
55       }
56     },
57     {
58       "name": "SDWebImageExtensions",
59       "source_files": "STT/SDWebImageExtensions/*.swift",
60       "dependencies": {
61         "SDWebImage": [
62           "~> 5.0.0"
63         ]
64       }
65     },
66     {
67       "name": "Bindings",
68       "source_files": [
69         "STT/Core/*.swift",
70         "STT/Bindings/*.swift"
71       ],
72       "dependencies": {
73         "RxCocoa": [
74           "~> 5"
75         ]
76       }
77     },
78     {
79       "name": "NotificationBanner",
80       "source_files": "STT/NotificationBanner/*.swift"
81     },
82     {
83       "name": "Validator",
84       "source_files": "STT/Validator/*.swift"
85     },
86     {
87       "name": "UIElements",
88       "source_files": [
89         "STT/Core/*.swift",
90         "STT/UIElements/*.swift"
91       ]
92     },
93     {
94       "name": "Support2x",
95       "source_files": [
96         "STT/Core/*.swift",
97         "STT/Bindings/*.swift",
98         "STT/Extensions/*.swift",
99         "STT/RxExtensions/*.swift",
100         "STT/UIElements/*.swift",
101         "STT/Support2x/Bindings/*.swift",
102         "STT/Support2x/Components/*.swift",
103         "STT/Support2x/Components/Core/*.swift",
104         "STT/Support2x/Components/View/*.swift"
105       ],
106       "dependencies": {
107         "TinyConstraints": [
109         ],
110         "KeychainSwift": [
112         ],
113         "RxSwift": [
114           "~> 5"
115         ],
116         "RxCocoa": [
117           "~> 5"
118         ],
119         "Alamofire": [
120           "4.9.0"
121         ]
122       }
123     }
124   ],
125   "swift_version": "5.0"