Install JGProgressHUD
masterYou can install JGProgressHUD using Swift Package Manager (recommended), Carthage, CocoaPods, or manual installation.
### Swift Package Manager
In Xcode, use the menu File > Swift Packages > Add Package Dependency... and enter the package URL `https://github.com/JonasGessner/JGProgressHUD.git`.
### Carthage
In your `Cartfile` add:github "JonasGessner/JGProgressHUD"
### CocoaPods
In your `Podfile` add:pod 'JGProgressHUD'
### Manual Installation
1. Drag the `JGProgressHUD.xcodeproj` file into your Xcode project.
2. Add `JGProgressHUD.framework` to "Embedded Binaries" in the "General" tab of your target.