Skip to content
View nearfri's full-sized avatar
  • Gyeonggi-do, Republic of Korea
Block or Report

Block or report nearfri

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. Strix Strix Public

    A parser combinator library written in Swift.

    Swift 8

  2. XCResource XCResource Public

    A command line tool for generating Swift code for xcassets and generating localizable strings from Swift code

    Swift 7

  3. UserDefaultsWrapper UserDefaultsWrapper Public

    A Swift library that makes it easy to use UserDefaults.

    Swift

  4. ObjectCoder ObjectCoder Public

    Swift Object Encoder/Decoder

    Swift

  5. HTTPMock HTTPMock Public

    A Swift library for stubbing HTTP requests.

    Swift

  6. Typed Notification Typed Notification
    1
    protocol TypedNotification {
    2
        static var name: Notification.Name { get }
    3
        
    4
        static func generate(from notification: Notification) -> Self
    5
    }