Swiftpack.co - ashare80/LifecycleKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by ashare80.
ashare80/LifecycleKit 0.3.7
Framework for building lifecycle-aware architecture components.
⭐️ 10
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/ashare80/LifecycleKit.git", from: "0.3.7")

LifecycleKit

License

LifecycleKit is a framework for building lifecycle-aware architecture components.

Inspired by RIBs and Android Jetpack Lifecycle.

Overview

Lifecycle provides protocols and implementations that can be used to facilitate building safe and scalable application architecture.

SPIR is an app architecture utilizing Lifecycle to create a scoped business logic tree independent of the view hierarchy. Complemented by Needle, a compile-time safe Swift dependency injection framework.

Requirements

  • iOS 13.0+ / macOS 10.15+ / tvOS 13.0+ / watchOS 6.0+

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/ashare80/LifecycleKit.git", .upToNextMajor(from: "0.3.6"))
]

License

Copyright (C) 2020 Adam Share

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

GitHub

link
Stars: 10
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

Schedulers as factories
1 year ago

Ensure dispatch queues are isolated by default. Publishers can choose to run on the queue by using the same reference instead.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics