[Add] StripeFinancialConnections 24.1.2
[CocoaPods.git] / Specs / 8 / 4 / b / BasicCleanArch / 5.1.0 / BasicCleanArch.podspec.json
blobe7adda90f85c067f7365a090d2ee03660eeae6ee
2   "name": "BasicCleanArch",
3   "version": "5.1.0",
4   "summary": "A set of helpful protocols for a basic mobile version of Robert C. Martin's Clean Architecture.",
5   "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.",
6   "homepage": "https://github.com/RobinNunkesser/basiccleanarch-cocoapod",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Robin Nunkesser": "robin.nunkesser@hshl.de"
13   },
14   "source": {
15     "git": "https://github.com/RobinNunkesser/basiccleanarch-cocoapod.git",
16     "tag": "5.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "BasicCleanArch/Classes/**/*",
23   "swift_version": "5.0"