Skip to content

Installation

Tomasz K. edited this page Oct 30, 2024 · 16 revisions

In the midst of chaos, there is also opportunity.

Installation

Swift Package Manager

  1. Select File ⭢ Add Package Dependencies. Enter https://github.com/Mijick/Popups.git in the "Choose Package Repository" dialog.
  2. In the next page, specify the version resolving rule as "Up to Next Major" with 3.0.0 as its earliest version.
  3. After Xcode checking out the source and resolving the version, you can choose the MijickPopups framework and add it to your app target.

Screenshot

Cocoapods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. You can install it with the following command:

$ sudo gem install cocoapods
Clone this wiki locally