iOS
Installation
Last updated
Installation
Last updated
StarTower SDK is available via or .
SwiftPackageManager
You can add a StarTower SDK to your project with Swift Package Manager. In order to do that:
Open XCode
Go to File -> Add Packages
Paste the repo GitHub URL:
Tap Add Package
Select StarTower check mark
Now that you've installed StarTowerKit, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.
Cocoapods
Update Cocoapods spec repos. Type in terminal pod repo update
Initialize Podfile if needed with pod init
Add pod to your Podfile:
Install pods with pod install
If you encounter any problems during package installation, you can specify the exact path to the repository
Now that you've installed StarTowerKit, you're ready to start integrating it. The next section will walk you through the process of setting up your project to use the SDK.