Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/modernistik/parsesdkextensions

Extensions and design patterns for building better apps with Parse-SDK-iOS
https://github.com/modernistik/parsesdkextensions

parse-sdk parse-server swift

Last synced: about 2 months ago
JSON representation

Extensions and design patterns for building better apps with Parse-SDK-iOS

Awesome Lists containing this project

README

        

# ParseSDKExtensions
[![CI Status](https://img.shields.io/travis/modernistik/ParseSDKExtensions.svg?style=flat)](https://travis-ci.org/modernistik/ParseSDKExtensions)
[![Version](https://img.shields.io/cocoapods/v/ParseSDKExtensions.svg?style=flat)](https://cocoapods.org/pods/ParseSDKExtensions)
[![License](https://img.shields.io/cocoapods/l/ParseSDKExtensions.svg?style=flat)](https://cocoapods.org/pods/ParseSDKExtensions)
[![Platform](https://img.shields.io/cocoapods/p/ParseSDKExtensions.svg?style=flat)](https://cocoapods.org/pods/ParseSDKExtensions)

This library provides utilities, extensions and best practices when interacting with a [Parse Server](https://parseplatform.org/) or a the derivative [Hyperdrive Server](https://www.npmjs.com/package/@modernistik/hyperdrive). When buildling applications that interact with Hyperdrive or [Parse Server](https://parseplatform.org/), you can include this library in order to get the additional [Parse SDK](https://github.com/parse-community/Parse-SDK-iOS-OSX) extensions as well as the Hyperdrive protocol, which should serve as a foundation for buildling a Parse-Server-connected mobile application.

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Installation

ParseSDKExtensions is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'ParseSDKExtensions'
```

## Author

Anthony Persaud, [email protected]

## License

ParseSDKExtensions is available under the MIT license. See the LICENSE file for more info.