PoilabsPositioning 1.2.0

PoilabsPositioning 1.2.0

Maintained by PoiLabs.



  • By
  • Emre Kuru

Installation with Swift Package Manager

  1. Open your project in Xcode
  2. File > Swift Packages > Add Package Dependency
  3. Enter "https://github.com/poiteam/ios-positioning-pod" as the URL
  4. Select "Up to Next Major" and specify version "1.0.20"
  5. Click "Add" button
  6. "PoilabsPositioning" library will be added to your project

Installation with Cocoapods

  1. Create a Podfile if you haven't already
  2. Add the following line to your Podfile:
    pod 'PoilabsPositioning'
  3. Run pod install in terminal
  4. Open the .xcworkspace file to use the library in your project