Swiftpack.co - futuredapp/FuntastyKit as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by futuredapp.
futuredapp/FuntastyKit v1.3.0
A collection of Swift utilities and protocols used in our projects
⭐️ 30
🕓 1 year ago
iOS
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "v1.3.0")
FuntastyKit logo

FuntastyKit

Cocoapods Cocoapods platforms License

The FuntastyKit for iOS contains:

  • MVVM-C architecture used at Futured, the template for this architecture can be found at https://github.com/futuredapp/MVVM-C-Templates.
  • Some regularly used UIKit extensions.
  • Protocols for simple initialization from XIB files, storyboards and for handling keyboard.
  • Hairline constraint for one-pixel designs.

Installation

If you want to use CocoaPods for dependency management, add following line to your Podfile:

pod 'FuntastyKit', '~> 2.3'

If you also want to use IBInspectable extensions also add:

pod 'FuntastyKit', '~> 2.3', subspecs: ['IBInspectable']

When using Swift package manager add following line to your Package.swift file or add the repository using Xcode:

.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.3.0")

Note on the name

The name of the framework comes from the name of our company before rebranding, Funtasty. Now, we are called Futured, but FuturedKit will be very probably based on SwiftUI instead of UIKit.

Contributors

If you have any questions or issues, please contact the current maintainer:

Over the years many inside and outside contributors made improvements to this library, namely:

License

FuntastyKit is available under the MIT license. See the LICENSE file for more info.

GitHub

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

Release Notes

v2.3.0: Configuring coordinator and housekeep
2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/futuredapp/FuntastyKit/compare/2.2.2...2.3.0

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