Syo Ikeda

16pods

APIKit

Type-safe networking abstraction layer that associates request type with response type.

License: MIT

  • Swift

Commandant

License: MIT

Himotoki

Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: Argo and ObjectMapper.

Himotoki has the same meaning of 'decoding' in Japanese.

  • Just do JSON decoding (deserialization) well. JSON encoding (serialization) would not be supported going forward. :wink:
  • Much simpler API.
  • Fail-fast conditional model building. This is useful for some structs with non-optional let properties.
  • No external dependencies.

License: MIT

  • Swift

Nimble

Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.

License: Apache-2.0

  • Swift

NSObject-Tap

tap: method for Objective-C borrowed from Ruby.

License: MIT

  • Objective C

Quick

Quick is a behavior-driven development framework for Swift and Objective-C. Inspired by RSpec, Specta, and Ginkgo.

License: Apache-2.0

  • Swift

ReactiveAccountStore

ReactiveCocoa support for Accounts.framework. It wraps ACAccountStore's asynchronous methods those take completion handler with RACSignal.

License: MIT

  • Objective C

ReactiveCocoa

ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.

License: NOASSERTION

  • Swift

ReactiveMapKit

Provide MapKit bindings for ReactiveCocoa. ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.

License: NOASSERTION

  • Swift

ReactiveObjC

ReactiveObjC (formally ReactiveCocoa or RAC) is an Objective-C framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values.

License: NOASSERTION

  • Objective C

ReactiveObjCBridge

After the announcement of Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (now known as ReactiveSwift and ReactiveObjC respectively).

Because the APIs are based on fundamentally different designs, the conversion is not always one-to-one; however, every attempt has been made to faithfully translate the concepts between the two APIs (and languages).

License: NOASSERTION

  • Swift

ReactiveSwift

ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.

License: MIT

  • Swift

Result

Swift type modelling the success/failure of arbitrary operations

License: MIT

  • Swift

WebKitPlus

WebKitPlus is a support library for WKWebView in iOS Apps.

License: MIT

  • Swift