Skip to content

The Apple SDK for Parse Platform (iOS, macOS, watchOS, tvOS)

License

Notifications You must be signed in to change notification settings

parse-community/Parse-SDK-iOS-OSX

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f7642ef · Oct 30, 2024
Oct 30, 2024
Nov 21, 2021
Jun 8, 2023
Aug 1, 2019
May 1, 2024
Oct 14, 2024
Oct 14, 2024
Oct 14, 2024
Oct 18, 2023
Jun 8, 2023
May 10, 2020
Oct 9, 2015
Apr 28, 2024
Oct 18, 2023
Oct 30, 2024
Oct 14, 2024
Mar 20, 2019
Oct 30, 2024
Oct 30, 2024
Oct 30, 2024
Apr 5, 2017
Apr 5, 2017
May 1, 2024
Jul 15, 2024
Jun 30, 2024
Apr 28, 2024
Oct 29, 2024
Oct 29, 2024
Sep 26, 2024

parse-repository-header-sdk-apple

iOS · iPadOS · macOS · watchOS · tvOS


Build Status CI Build Status Release Snyk Badge Coverage auto-release

iOS iPad macOS watchOS tvOS

SPM

Backers on Open Collective Sponsors on Open Collective License Forum Twitter Chat


A library that gives you access to the powerful Parse Server backend from your iOS, iPadOS, macOS, watchOS and tvOS app. For more information about the Parse Platform and its features, see the public documentation.


Getting Started

The easiest way to install the SDK is via Swift Package Manager.

  1. Open Xcode > File > Add packages...
  2. Add the following package URL:
https://github.com/parse-community/Parse-SDK-iOS-OSX
  1. Add package
  2. Choose the submodules you want to install

Take a look at the public documentation & API and start building.

How Do I Contribute?

We want to make contributing to this project as easy and transparent as possible. Please refer to the Contribution Guidelines.

Dependencies

We use the following libraries as dependencies inside of Parse:

  • Bolts, for task management.
  • OCMock, for unit testing.