Skip to content

Commit

Permalink
Add attributions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsinclair committed Nov 1, 2013
1 parent 790a043 commit 8a658d0
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Overshare Kit/UIImage+OSKUtilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Created by Jared on 10/29/13.
// Copyright (c) 2013 Overshare Kit. All rights reserved.
//
// Based on code by Ole Zorn (https://gist.github.com/omz/1102091)
//

#import <UIKit/UIKit.h>

Expand Down
3 changes: 1 addition & 2 deletions Overshare Kit/UIImage+OSKUtilities.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// Created by Jared on 10/29/13.
// Copyright (c) 2013 Overshare Kit. All rights reserved.
//

// Based on code by Ole Zorn (https://gist.github.com/1102091/b196c1ec001d1a69b9940f0f32043d62d5f596d4)
// Based on code by Ole Zorn (https://gist.github.com/omz/1102091)
//

#import "UIImage+OSKUtilities.h"
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,25 @@ App.net: <a href="https://alpha.app.net/justin" target="_blank">@justin</a>

Justin is an independent iOS and Mac app developer at [Second Gear](http://www.secondgearsoftware.com). He is a frequent public speaker at tech events.

## Attributions

Overshare contains portions of other open-source code, either verbatim or (more commonly) with some pruning and refactoring. The following projects were immensely helpful:

- **DerpKit:** By Steve Streza. *Objective-C categories and subclasses of things that should be in Foundation and other frameworks* [On GitHub](https://github.com/stevestreza/DerpKit)

- **AFNetworking:** By Mattt Thompson. *A delightful iOS and OS X networking framework.* [On GitHub](https://github.com/AFNetworking/AFNetworking)

- **UIColor-Utilities:** By Erica Sadun. *Helpful utilities for UIColor for iPhone.* [On GitHub](https://github.com/erica/uicolor-utilities)

- **TwitterText:** By Twitter. *An Objective-C implementation of Twitter's text processing library* [On GitHub](https://github.com/twitter/twitter-text-objc)

- **Gist 1102091:** By Ole Zorn. *Creating arbitrarily-colored icons from a black-with-alpha master image (iOS).* [On GitHub](https://gist.github.com/omz/1102091)

- **UIDevice-Hardware:** By InderKumarRathmore. *This category helps to check the hardware version[s] of [iOS devices].* [On GitHub](https://github.com/InderKumarRathore/UIDevice-Hardware)

- **RPSTPasswordManagementAppService:** By Riposte LLC. *An iOS utility class for launching 1Password via URL schemes.* [On GitHub](https://github.com/Riposte/RPSTPasswordManagementAppService)


## License

The MIT License (MIT)
Expand Down

0 comments on commit 8a658d0

Please sign in to comment.