ssamadgh / VIPER

Generic protocols for the VIPER architecture.

Home Page:https://theswiftdev.com/2019/09/18/how-to-build-swiftui-apps-using-viper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIPER interfaces

Generic interfaces (protocols) for the VIPER architecture.

Installation

Swift Package Manager

.package(url: "https://github.com/CoreKit/VIPER", from: "3.0.0"),

CocoaPods

source 'https://github.com/CoreKit/VIPER.git'
pod 'VIPER', '~> 3.0.0'

Carthage

github "CoreKit/VIPER" "3.0.0"

Code generation

VIPERA - The most simple VIPER module generator for Swift projects.

License

WTFPL - Do what the fuck you want to.

About

Generic protocols for the VIPER architecture.

https://theswiftdev.com/2019/09/18/how-to-build-swiftui-apps-using-viper/

License:Do What The F*ck You Want To Public License


Languages

Language:Swift 70.4%Language:Ruby 20.2%Language:Objective-C 9.4%