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