[Setup] EUPL license + logo #6

Merged
javier merged 5 commits from setup/license into main 2023-04-18 14:01:45 +00:00
Showing only changes of commit c4f2b9590b - Show all commits

View File

@ -1,3 +1,7 @@
<center style="padding: 32px 96px;">
<img src="swift-libs-logo.svg" alt="SwiftLibs logo">
</center>
# SwiftLibs # SwiftLibs
This package contains the core building blocks that we, [Röck+Cöde](https://rock-n-code.com), usually use to build any kind of application written in the [Swift programming language](https://www.swift.org/documentation/). This package contains the core building blocks that we, [Röck+Cöde](https://rock-n-code.com), usually use to build any kind of application written in the [Swift programming language](https://www.swift.org/documentation/).
@ -6,7 +10,7 @@ This package contains the core building blocks that we, [Röck+Cöde](https://ro
This package contains several libraries which a developer can also use in their own codebase, and these libraries are grouped by a certain concern or purpose. This package contains several libraries which a developer can also use in their own codebase, and these libraries are grouped by a certain concern or purpose.
Currently, this package contains the following libraries: To provide further details about the libraries included in this package:
* `Communications`: protocols, enumerations and a ready-to-use mock url class to build remote API services; * `Communications`: protocols, enumerations and a ready-to-use mock url class to build remote API services;
* `Coordination`: protocols to implement the [Coordinator pattern](https://khanlou.com/2015/01/the-coordinator/) and some ready-to-use platform-specific concrete routers; * `Coordination`: protocols to implement the [Coordinator pattern](https://khanlou.com/2015/01/the-coordinator/) and some ready-to-use platform-specific concrete routers;
* `Core`: extensions we usually add to the base layer functionality and primitive types provided by the [Swift standard library](https://https://www.swift.org/documentation/#standard-library); * `Core`: extensions we usually add to the base layer functionality and primitive types provided by the [Swift standard library](https://https://www.swift.org/documentation/#standard-library);