blob: 55ad9617d3a21f9e144c4f2644d117b58efcf3fc [file] [log] [blame]
{
"name": "GKViper",
"platforms": {
"ios": "10.0"
},
"summary": "Basic classes to work with VIPER arch",
"requires_arc": true,
"version": "0.4.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Opekishev Kirill": "grumpykir@gmail.com"
},
"homepage": "https://github.com/GrumpyKir/GKViper",
"source": {
"git": "https://github.com/GrumpyKir/GKViper.git",
"tag": "0.4.5"
},
"frameworks": "UIKit",
"dependencies": {
"GKExtensions": [
"~> 1.0.0"
],
"GKNetwork": [
"~> 0.5.4"
]
},
"source_files": "GKViper/SourceData/*.swift",
"swift_version": "4.2"
}