blob: 51a0a0aec99785aa1e3bd2af30a517f75c7a5462 [file] [log] [blame]
{
"name": "GKViper",
"platforms": {
"ios": "10.0"
},
"summary": "Basic classes to work with VIPER arch",
"requires_arc": true,
"version": "0.4.4",
"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.4"
},
"frameworks": "UIKit",
"dependencies": {
"GKExtensions": [
"~> 1.0.0"
],
"GKNetwork": [
"~> 0.5.4"
]
},
"source_files": "GKViper/SourceData/*.swift",
"swift_version": "4.2"
}