Shared is a Swift iOS framework containing code for networking, location services, UI, and more.
Add the following to your Podfile, then run pod install:
pod 'Shared', :git => 'https://github.com/jpeckner/Shared.git', :branch => 'master'
Add the following to your Cartfile, then run carthage update Shared:
github "jpeckner/Shared"
If you prefer not to use either of the above dependency managers, you can integrate Shared into your project manually.
- Nimble - Swift matcher framework
- Quick - Swift BDD testing framework
- Sourcery - Used to generate boilerplate source and mocks code
This project is licensed under the MIT License - see the LICENSE file for details.