blob: e0f372e55a7b292ffd87a11cf6c037a72e3b8da1 [file] [log] [blame]
{
"name": "STT",
"version": "2.8.1",
"summary": "Simple reusable code with RxViper architecture provided by Standret, LightSide and Adnrew",
"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)",
"homepage": "https://github.com/Standret/STT",
"license": "MIT",
"authors": {
"Peter Standret": "pstandret@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/Standret/STT.git",
"tag": "2.8.1"
},
"source_files": [
"STT/Bindings/*.swift",
"STT/Extensions/*.swift",
"STT/Components/*.swift",
"STT/Components/Core/*.swift",
"STT/Components/View/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 5"
],
"Alamofire": [
"~> 4.8.2"
],
"RxAlamofire": [
],
"TinyConstraints": [
],
"KeychainSwift": [
"~> 16.0"
]
},
"swift_version": "5.0"
}