Skip to content

A swift library for syntax sugar, dependency injection and a controlled startup process

License

Notifications You must be signed in to change notification settings

AdevintaSpain/SwiftAdditions

Repository files navigation

Additions

Build status Version License Platform

Example

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

There's multiple niceties in this repo anyone in Adevinta might be able to use

Additions

  • CoreServiceLocator simplification using @Inject
  • AsyncOperation simple wrapper over NSOperation
  • AppTasks in conjuction with AppTask: AsyncOperation and ServiceProvider will provide a coordinated way to start any application.

Extensions and Syntax Sugar:

  • Array
  • Binding
  • ProcessInfo
  • SafeInitialisers for Foundation stuff
  • String
  • URL
  • ProcessInfo
  • Dictionary

Requirements

  • iOS > 13

Installation

Additions is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Additions'

Authors

License

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

About

A swift library for syntax sugar, dependency injection and a controlled startup process

Resources

License

Stars

Watchers

Forks

Packages

No packages published