|
1 | | -<p align="center"> |
2 | | - <img alt="Parse Platform" src="Assets/logo large.png" width="200"> |
3 | | - </a> |
4 | | -</p> |
5 | | - |
6 | | -<h2 align="center">Parse SDK for iOS | macOS | watchOS | tvOS</h2> |
7 | | - |
8 | | -<p align="center"> |
9 | | - A library that gives you access to the powerful Parse Server backend from your iOS or macOS app. |
10 | | -</p> |
11 | | - |
12 | | -<p align="center"> |
13 | | - <a href="https://twitter.com/intent/follow?screen_name=parseplatform"><img alt="Follow on Twitter" src="https://img.shields.io/twitter/follow/parseplatform?style=social&label=Follow"></a> |
14 | | - <a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/issues/1356"><img alt="Maintenance help wanted" src="https://img.shields.io/badge/maintenance-help%20wanted-red.svg"></a> |
15 | | - <img alt="Platforms" src="http://img.shields.io/cocoapods/p/Parse.svg?style=flat"> |
16 | | - <a href=" https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/LICENSE"><img alt="License" src="https://img.shields.io/badge/license-BSD-lightgrey.svg"></a> |
17 | | - <a href="https://cocoapods.org/pods/Parse"><img alt="Podspec" src="https://img.shields.io/cocoapods/v/Parse.svg"></a> |
18 | | - <a href="#backers"><img alt="Backers on Open Collective" src="https://opencollective.com/parse-server/backers/badge.svg" /></a> |
19 | | - <a href="#sponsors"><img alt="Sponsors on Open Collective" src="https://opencollective.com/parse-server/sponsors/badge.svg" /></a> |
20 | | -</p> |
21 | | - |
22 | | -<p align="center"> |
23 | | - <a href="https://github.com/carthage/carthage"><img alt="Carthage compatible" src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat"></a> |
24 | | - <a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/Vendor"><img alt="Dependencies" src="https://img.shields.io/badge/dependencies-2-yellowgreen.svg"></a> |
25 | | - <a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Aci+branch%3Amaster"><img alt="CI status" src="https://github.com/parse-community/Parse-SDK-iOS-OSX/workflows/ci/badge.svg?branch=master"></a> |
26 | | - <a href="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Arelease"><img alt="Release status" src="https://github.com/parse-community/Parse-SDK-iOS-OSX/actions/workflows/release.yml/badge.svg"></a> |
27 | | - <a href="https://circleci.com/build-insights/gh/parse-community/Parse-SDK-iOS-OSX/master"><img alt="Build status" src="https://circleci.com/gh/parse-community/Parse-SDK-iOS-OSX.svg?style=shield"></a> |
28 | | - <a href="https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master"><img alt="Coverage status" src="https://img.shields.io/codecov/c/github/parse-community/Parse-SDK-iOS-OSX/master.svg"></a> |
29 | | - <a href="https://community.parseplatform.org/"><img alt="Join the conversation" src="https://img.shields.io/discourse/https/community.parseplatform.org/topics.svg"></a> |
30 | | -</p> |
31 | | -<br> |
32 | | - |
33 | | -For more information about the Parse Platform and its features, see the public [documentation][docs]. |
34 | | - |
35 | | -Check out some of the [apps using Parse](https://www.appsight.io/sdk/parse). |
| 1 | + |
| 2 | + |
| 3 | +<h3 align="center">iOS · iPadOS · macOS · watchOS · tvOS</h3> |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +[](https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Aci+branch%3Amaster) |
| 8 | +[](https://github.com/parse-community/Parse-SDK-iOS-OSX/actions?query=workflow%3Arelease) |
| 9 | +[](https://circleci.com/build-insights/gh/parse-community/Parse-SDK-iOS-OSX/master) |
| 10 | +[](https://snyk.io/test/github/parse-community/Parse-SDK-iOS-OSX) |
| 11 | +[](https://codecov.io/github/parse-community/Parse-SDK-iOS-OSX?branch=master) |
| 12 | + |
| 13 | + |
| 14 | +[](https://github.com/carthage/carthage) |
| 15 | + |
| 16 | +[](https://cocoapods.org/pods/Parse) |
| 17 | + |
| 18 | +[][open-collective-link] |
| 19 | +[][open-collective-link] |
| 20 | +[![License][license-svg]][license-link] |
| 21 | +[](https://community.parseplatform.org/c/parse-server) |
| 22 | +[](https://twitter.com/intent/follow?screen_name=ParsePlatform) |
| 23 | + |
| 24 | +--- |
| 25 | + |
| 26 | +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][docs]. Check out some of the [apps using Parse](https://www.appsight.io/sdk/parse). |
| 27 | + |
| 28 | +--- |
| 29 | + |
| 30 | +- [Getting Started](#getting-started) |
| 31 | + - [Other Installation Options](#other-installation-options) |
| 32 | + - [CocoaPods](#cocoapods) |
| 33 | + - [Carthage](#carthage) |
| 34 | + - [Compiling for yourself](#compiling-for-yourself) |
| 35 | + - [Using Parse as a sub-project](#using-parse-as-a-sub-project) |
| 36 | +- [How Do I Contribute?](#how-do-i-contribute) |
| 37 | +- [Dependencies](#dependencies) |
36 | 38 |
|
37 | 39 | ## Getting Started |
38 | 40 |
|
@@ -124,16 +126,13 @@ We use the following libraries as dependencies inside of Parse: |
124 | 126 | - [Bolts][bolts-framework], for task management. |
125 | 127 | - [OCMock][ocmock-framework], for unit testing. |
126 | 128 |
|
127 | | - [docs]: http://docs.parseplatform.org/ios/guide/ |
128 | | - [api]: http://parseplatform.org/Parse-SDK-iOS-OSX/api/ |
129 | | - |
130 | | - [parseui-link]: https://github.com/parse-community/ParseUI-iOS |
131 | | - |
132 | | - [releases]: https://github.com/parse-community/Parse-SDK-iOS-OSX/releases |
133 | | - [contributing]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md |
134 | | - |
135 | | - [bolts-framework]: https://github.com/BoltsFramework/Bolts-ObjC |
136 | | - [ocmock-framework]: http://ocmock.org |
137 | | - |
138 | | - [open-collective-link]: https://opencollective.com/parse-server |
139 | | - |
| 129 | +[docs]: http://docs.parseplatform.org/ios/guide/ |
| 130 | +[api]: http://parseplatform.org/Parse-SDK-iOS-OSX/api/ |
| 131 | +[parseui-link]: https://github.com/parse-community/ParseUI-iOS |
| 132 | +[releases]: https://github.com/parse-community/Parse-SDK-iOS-OSX/releases |
| 133 | +[contributing]: https://github.com/parse-community/Parse-SDK-iOS-OSX/blob/master/CONTRIBUTING.md |
| 134 | +[bolts-framework]: https://github.com/BoltsFramework/Bolts-ObjC |
| 135 | +[ocmock-framework]: http://ocmock.org |
| 136 | +[license-svg]: https://img.shields.io/badge/license-BSD-lightgrey.svg |
| 137 | +[license-link]: LICENSE |
| 138 | +[open-collective-link]: https://opencollective.com/parse-server |
0 commit comments