[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 8 / STT / 2.0.0 / STT.podspec.json
blobf805be7418b43e08d2d3fbcf2568f2c727e35642
2   "name": "STT",
3   "version": "2.0.0",
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": "2.0.0"
18   },
19   "source_files": [
20     "STT/Bindings/*.swift",
21     "STT/Extensions/*.swift",
22     "STT/Components/*.swift",
23     "STT/Components/Core/*.swift",
24     "STT/Components/View/*.swift"
25   ],
26   "dependencies": {
27     "RxSwift": [
28       "~> 5"
29     ],
30     "Alamofire": [
31       "~> 4.8.2"
32     ],
33     "RxAlamofire": [
35     ],
36     "TinyConstraints": [
38     ],
39     "KeychainSwift": [
40       "~> 16.0"
41     ]
42   },
43   "swift_version": "5.0"