blob: 507a4101608f2dd65994a562e6f0adffc930e276 [file] [log] [blame]
{
"name": "GKUseCase",
"platforms": {
"ios": "10.0"
},
"summary": "Domain and data layer superclasses",
"requires_arc": true,
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Opekishev Kirill": "grumpykir@gmail.com"
},
"homepage": "https://github.com/GrumpyKir/GKUseCase",
"source": {
"git": "https://github.com/GrumpyKir/GKUseCase.git",
"tag": "1.0.0"
},
"frameworks": "UIKit",
"dependencies": {
"GKCoreData": [
"~> 1.0.0"
],
"GKExtensions": [
"~> 1.1.0"
],
"GKNetwork": [
"~> 1.0.0"
]
},
"source_files": "GKUseCase/SourceData/*.swift",
"swift_version": "5.0"
}