Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/modernistik/parsesdkextensions
- Owner: modernistik
- License: mit
- Created: 2019-07-27T15:14:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T01:11:36.000Z (over 5 years ago)
- Last Synced: 2024-11-05T20:53:34.799Z (about 2 months ago)
- Topics: parse-sdk, parse-server, swift
- Language: Swift
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.