Parse iOS SDK to interact with the SwiftMyDay Parse Server from here SwiftMyDay Parse Server
Thanks to all the team behind the Parse iOS SDK for making this amazing project.
In order to install the parse iOS SDK into your iOS application, just follow these simple steps:
- Open Xcode > File > Add packages...
- Add the following package URL:
https://github.com/swiftmyday/ParseSDK-iOS.git
- Make sure your project, and target are selected
- Select Parse, ParseUI, and ParseLiveQuery
- Add Package
Take a look at the amazing public documentation & API and start building.