Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakehawken/jhhelpers

A bunch of little helper objects I've created while building my own Objective-C apps.
https://github.com/jakehawken/jhhelpers

Last synced: about 2 months ago
JSON representation

A bunch of little helper objects I've created while building my own Objective-C apps.

Awesome Lists containing this project

README

        

# JHHelpers

[![Version](https://img.shields.io/cocoapods/v/JHHelpers.svg?style=flat)](http://cocoapods.org/pods/JHHelpers)
[![License](https://img.shields.io/cocoapods/l/JHHelpers.svg?style=flat)](http://cocoapods.org/pods/JHHelpers)
[![Platform](https://img.shields.io/cocoapods/p/JHHelpers.svg?style=flat)](http://cocoapods.org/pods/JHHelpers)

## Requirements

JHJoinedPromiseHelper uses the [KSDeferred](https://github.com/kseebaldt/deferred) library. This is included as a dependency and requires not extra setup other than running the 'pod install' command.
The Rakefile makes use of the [Synx](https://github.com/venmo/synx) tool by Venmo for its "sort" command.

## Installation

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

```ruby
pod "JHHelpers"
```

## Author

Jake Hawken, www.github.com/jakehawken

## License

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