- Open your project in Xcode
- File > Swift Packages > Add Package Dependency
- Enter "https://github.com/poiteam/ios-positioning-pod" as the URL
- Select "Up to Next Major" and specify version "1.0.20"
- Click "Add" button
- "PoilabsPositioning" library will be added to your project
- Create a Podfile if you haven't already
- Add the following line to your Podfile:
pod 'PoilabsPositioning'
- Run
pod install
in terminal - Open the .xcworkspace file to use the library in your project