Skip to content

Swift iOS framework containing code for networking, location services, UI, and more

License

Notifications You must be signed in to change notification settings

jpeckner/Shared

Repository files navigation

jpeckner/Shared

Shared is a Swift iOS framework containing code for networking, location services, UI, and more.

Installation

CocoaPods

Add the following to your Podfile, then run pod install:

pod 'Shared', :git => 'https://github.com/jpeckner/Shared.git', :branch => 'master'

Carthage

Add the following to your Cartfile, then run carthage update Shared:

github "jpeckner/Shared"

Submodule/manually

If you prefer not to use either of the above dependency managers, you can integrate Shared into your project manually.

Built With

  • Nimble - Swift matcher framework
  • Quick - Swift BDD testing framework
  • Sourcery - Used to generate boilerplate source and mocks code

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Swift iOS framework containing code for networking, location services, UI, and more

Resources

License

Stars

Watchers

Forks

Packages

No packages published