blob: 9013b75a878ddad054d271066163d213ccf154be [file] [log] [blame]
{
"name": "ViperStackSwift",
"version": "0.9.5",
"summary": "ViperStackSwift helps you with VIPER",
"swift_version": "4.0",
"description": "ViperStackSwift is a library, that provide mechanism for connection between VIPER modules.\nAlso there are some base classes and protocols for VIPER module.\nWith this library you can navigate between modules objects named Segues.\nSegue is an object, that can customize opening UIViewController and it's animation.\nViperStackSwift is wirtten in pure Swift.",
"homepage": "https://github.com/igrampe/ViperStackSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"igrampe": "igrampe@gmail.com"
},
"source": {
"git": "https://github.com/igrampe/ViperStackSwift.git",
"tag": "0.9.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ViperStackSwift/Classes/**/*",
"frameworks": "UIKit"
}