blob: bfa38a8af5d1ceed0c22339bdc6c9ed09559d91f [file] [log] [blame]
{
"name": "STT",
"version": "3.0.0-rc.3",
"summary": "Collection of useful extensions, binds, custom elements to simplify iOS development",
"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": "3.0.0-rc.3"
},
"source_files": "STT/Core/*.swift",
"subspecs": [
{
"name": "Core",
"source_files": "STT/Core/*.swift"
},
{
"name": "Event",
"source_files": "STT/Core/Event.swift"
},
{
"name": "Extensions",
"source_files": "STT/Extensions/*.swift"
},
{
"name": "RxExtensions",
"source_files": [
"STT/Core/*.swift",
"STT/RxExtensions/*.swift"
],
"dependencies": {
"RxSwift": [
"~> 5"
]
}
},
{
"name": "AlamofireExtensions",
"source_files": [
"STT/Core/*.swift",
"STT/Extensions/*.swift",
"STT/AlamofireExtensions/*.swift"
],
"dependencies": {
"Alamofire": [
"4.9.0"
],
"RxSwift": [
"~> 5"
]
}
},
{
"name": "SDWebImageExtensions",
"source_files": "STT/SDWebImageExtensions/*.swift",
"dependencies": {
"SDWebImage": [
"~> 5.0.0"
]
}
},
{
"name": "Bindings",
"source_files": [
"STT/Core/*.swift",
"STT/Bindings/*.swift"
],
"dependencies": {
"RxCocoa": [
"~> 5"
]
}
},
{
"name": "NotificationBanner",
"source_files": "STT/NotificationBanner/*.swift"
},
{
"name": "Validator",
"source_files": "STT/Validator/*.swift"
},
{
"name": "UIElements",
"source_files": [
"STT/Core/*.swift",
"STT/UIElements/*.swift"
]
},
{
"name": "Support2x",
"source_files": [
"STT/Core/*.swift",
"STT/Bindings/*.swift",
"STT/Extensions/*.swift",
"STT/RxExtensions/*.swift",
"STT/UIElements/*.swift",
"STT/Support2x/Bindings/*.swift",
"STT/Support2x/Components/*.swift",
"STT/Support2x/Components/Core/*.swift",
"STT/Support2x/Components/View/*.swift"
],
"dependencies": {
"TinyConstraints": [
],
"KeychainSwift": [
],
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Alamofire": [
"4.9.0"
]
}
}
],
"swift_version": "5.0"
}