blob: 00548ab1b638ab4466e5e11ca193f8c35dc19192 [file] [log] [blame]
{
"name": "BasicCleanArch",
"version": "5.2.0",
"summary": "A set of helpful protocols for a basic mobile version of Robert C. Martin's Clean Architecture.",
"description": "Robert C. Martin's Clean Architecture is very helpful to write well structured and testable code. However, existing variants for mobile development are sometimes hard to understand for beginners or inappropriate for small projects. Basic clean architecture is a set of helpful protocols for the basic concepts of Clean Architecture like Interactors, Entities, Presenters, and Boundaries.",
"homepage": "https://github.com/RobinNunkesser/basiccleanarch-cocoapod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robin Nunkesser": "robin.nunkesser@hshl.de"
},
"source": {
"git": "https://github.com/RobinNunkesser/basiccleanarch-cocoapod.git",
"tag": "5.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0"
},
"source_files": "BasicCleanArch/Classes/**/*",
"swift_version": "5.0"
}