Singularity 1.0.2

Singularity 1.0.2

Maintained by Grzegorz Sagadyn.



  • By
  • Grzegorz Sagadyn

Version License Platform SwiftPM

What is Singularity?

Singularity is a lightweight Dependency Injection (DI) framework.

Example

To run the example project, clone the repo, and run xcodegen from the Example directory first.

Installation

Requirements

  • iOS 11.0+
  • Xcode 12
  • Swift 5.3

CocoaPods

Add the following line to your Podfile

pod 'Singularity'

Swift Package Manager

Add the following dependency to your Package.swift file:

.package(url: "https://github.com/gsagadyn/Singularity.git", from: "1.0.0")

Author

Grzegorz Sagadyn, [email protected]

License

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