blob: 3b03da88b71899d26cd0949676018f13e13c516c [file] [log] [blame]
{
"name": "STT",
"version": "1.3",
"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"
},
"source": {
"git": "https://github.com/Standret/STT.git",
"tag": "1.3"
},
"source_files": [
"STT/Bindings/*.swift",
"STT/Extensions/*.swift",
"STT/Components/*.swift",
"STT/Components/Core/*.swift",
"STT/Components/View/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"Alamofire": [
"~> 4.7"
],
"RxAlamofire": [
],
"TinyConstraints": [
],
"KeychainSwift": [
"~> 10.0"
]
}
}