All Projects → ivanvorobei → SparrowKit

ivanvorobei / SparrowKit

Licence: MIT license
Collection of Swift-extensions to boost development process.

Programming Languages

swift
15916 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to SparrowKit

Swifterswift
A handy collection of more than 500 native Swift extensions to boost your productivity.
Stars: ✭ 10,706 (+12798.8%)
Mutual labels:  productivity-booster, extensions, swifterswift
KrazyKotlin
A collection of useful Kotlin Extension
Stars: ✭ 75 (-9.64%)
Mutual labels:  productivity-booster, extensions
transonic
🚀 Make your Python code fly at transonic speeds!
Stars: ✭ 93 (+12.05%)
Mutual labels:  extensions
OverlayViewController
A simple way to present your child view controller on top of another one
Stars: ✭ 17 (-79.52%)
Mutual labels:  extensions
PreviewMarkdown
QuickLook Markdown preview and icon thumbnailing app extensions for macOS Catalina and beyond
Stars: ✭ 25 (-69.88%)
Mutual labels:  extensions
UnityEventDrawerEx
This plugin extends the UnityEventDrawer to display runtime calls in the inspector.
Stars: ✭ 57 (-31.33%)
Mutual labels:  extensions
drf tweaks
Extensions for Django Rest Framework
Stars: ✭ 77 (-7.23%)
Mutual labels:  extensions
modfs
modify firmware for NAND-flash based FRITZ!Box routers and install it on such a device
Stars: ✭ 49 (-40.96%)
Mutual labels:  extensions
swift-boilerplate
Clean Architecture for iOS projects (Swift + Programmatically UI + MVC + RxSwift + Auto Layout Visual Format + REST + JWT)
Stars: ✭ 14 (-83.13%)
Mutual labels:  extensions
VscOdooSnippets
Odoo Snippets for Visual Studio Code
Stars: ✭ 29 (-65.06%)
Mutual labels:  extensions
live-stream-media-source-extensions
Live stream h264 encoded mp4 video on media source extensions using ffmpeg, node.js, socket.io, and express. Works in chrome, firefox, safari, and android. Not iOS compatible. Work has moved to mse-live-player repo =>
Stars: ✭ 24 (-71.08%)
Mutual labels:  extensions
Extensions
My .NET extensions
Stars: ✭ 29 (-65.06%)
Mutual labels:  extensions
screentime
A chrome extension for keeping track and managing your time on social media platforms and websites
Stars: ✭ 42 (-49.4%)
Mutual labels:  extensions
awesome
collection of awesome lists
Stars: ✭ 178 (+114.46%)
Mutual labels:  awesome-swift
Analogy.LogViewer
A customizable Log Viewer with ability to create custom providers. Can be used with C#, C++, Python, Java and others
Stars: ✭ 172 (+107.23%)
Mutual labels:  extensions
quarkiverse
Repository for contributing to quarkiverse wiki
Stars: ✭ 29 (-65.06%)
Mutual labels:  extensions
docket-cache
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Stars: ✭ 17 (-79.52%)
Mutual labels:  extensions
corefines
💎 A collection of refinements for Ruby core classes with a compatibility mode for older Rubies and a convenient syntactic sugar.
Stars: ✭ 26 (-68.67%)
Mutual labels:  extensions
flutter scale aware
🎗 Scale-based layouts with a bit more ease, powered by extensions.
Stars: ✭ 26 (-68.67%)
Mutual labels:  extensions
reactive-extensions
Extensions to the dotnet/reactive library.
Stars: ✭ 46 (-44.58%)
Mutual labels:  extensions

SwiftBoost

Collection of Swift-extensions to boost development process.

Community

Installation

Ready to use on iOS 13+, tvOS 13+, watchOS 6.0+.

Swift Package Manager

In Xcode go to File -> Packages -> Update to Latest Package Versions and insert url:

https://github.com/sparrowcode/SwiftBoost

or adding it to the dependencies value of your Package.swift:

dependencies: [
    .package(url: "https://github.com/sparrowcode/SwiftBoost", .upToNextMajor(from: "4.0.0"))
]

CocoaPods:

Specify it in your Podfile:

pod 'SwiftBoost'

Manually

If you prefer not to use any of dependency managers, you can integrate manually. Put Sources/SwiftBoost folder in your Xcode project. Make sure to enable Copy items if needed and Create groups.

Extensions

Apps Using

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].