Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 928 Bytes

File metadata and controls

31 lines (17 loc) · 928 Bytes

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.