Skip to content
View mredig's full-sized avatar
🤓
1s and 0s aren't going to put themselves in the right order.
🤓
1s and 0s aren't going to put themselves in the right order.
Block or Report

Block or report mredig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. SGG_SKSpineImport SGG_SKSpineImport Public

    This is a library to import json animations created in Spine.

    Objective-C 46 14

  2. NetworkHandler NetworkHandler Public

    Wrapper for common URLSession functions relating to APIs

    Swift 8 2

  3. SeaTouch SeaTouch Public

    Easily and elegantly display touches on screen in your iOS app. Taps appear as a subtle ripple effect, while longer presses show continual tracking. Absolutely great for presenting your screen to a…

    Swift 15

  4. VectorExtor VectorExtor Public

    A set of extensions for common conversions and calculations used when dealing with CGPoint, CGRect, CGVector, CGSize, CGPath, and more.

    Swift 1 1

  5. NullCodable.swift NullCodable.swift
    1
    import Foundation
    2
    
                  
    3
    /// Makes an Encodable and Decodable properties encode to `null` instead of omitting the value altogether.
    4
    @propertyWrapper
    5
    public struct NullCodable<T> {
  6. PKGAppcastGenerator PKGAppcastGenerator Public

    Allows for creation of Sparkle appcast files with pkg distribution.

    Swift