Introduction
In this guide, we'll cover getting Set installed in your app.
[info] Requirements
iOS 11.0+, Xcode 9.0
Installation with CocoaPods
Currently, The Set SDK is only available from CocoaPods. Please let us know if you'd like another means to install Set.
If you haven't already, setup CocoaPods, and then add pod 'SetSDK'
to your Podfile:
use_frameworks!
target 'YourAppName' do
pod 'SetSDK'
end
That's it, Set is now installed.
[success] You're cruising!
You're now up and running with Set. Check out the iOS User Permissions section for next steps.
Get in touch
- If you need help, shoot us a message at [email protected] or ping us on our Slack community.
- If found a bug, or have a feature request, add an Issue on the SetSDK Repo.
- Follow us on Twitter for product updates: @everyset