Have you ever heard about DRY? 🤔
This repository contains small utils and helpers that make our life easier.
- Extensions 🔍
- Log 📝
- Networking 🔗
- Operations 🚦
- Protocols 📖
- Utils 🍿
Prego supports iOS 11.0+ and requires Xcode 10.2.1 ( Swift 5.0 )
If you use CocoaPods to manage your dependencies, simply add Prego to your Podfile
:
pod 'Prego', '~> 0.7'
If you use Carthage to manage your dependencies, simply add Prego to your Cartfile
:
github "filipejtdias/prego" ~> 0.7
If you use Carthage to build your dependencies, make sure you have added Prego.framework
to the
"Linked Frameworks and Libraries" section of your target, and have included them in your Carthage framework copying build
phase.
- Add this repository as a submodule.
- Drag Prego.xcodeproj into your project or workspace.
- Link your target against Prego.framework.
- If linking against an Application target, ensure the framework gets copied into the bundle. If linking against a Framework target, the application linking to it should also include Prego.
Filipe Dias, filipejtdias@gmail.com