Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jakehawken/jhhelpers
- Owner: jakehawken
- License: mit
- Created: 2017-03-24T19:41:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T22:47:43.000Z (over 7 years ago)
- Last Synced: 2024-10-13T18:44:19.219Z (3 months ago)
- Language: Objective-C
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.