Skip to content

commandpostsoft/ParseSDKExtensions

 
 

Repository files navigation

ParseSDKExtensions

CI Status Version License Platform

This library provides utilities, extensions and best practices when interacting with a Parse Server or a the derivative Hyperdrive Server. When buildling applications that interact with Hyperdrive or Parse Server, you can include this library in order to get the additional Parse SDK 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

Swift Package Manager

ParseSDKExtensions is available through Swift Package Manager. To install it, add the following dependency to your Package.swift:

dependencies: [
    .package(url: "https://github.com/modernistik/ParseSDKExtensions.git", from: "0.5.0")
]

Or add it through Xcode by going to File > Add Package Dependencies and entering the repository URL.

CocoaPods

ParseSDKExtensions is also available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ParseSDKExtensions'

Author

Anthony Persaud, persaud@modernistik.com

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 93.6%
  • Ruby 6.4%