Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added SwiftEventBus library
  • Loading branch information
cesarferreira committed Feb 8, 2015
1 parent 8cb83e3 commit 4da4787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The list is divided into categories such as Frameworks, Components, Testing and
- [Database](#database)
- [HUD](#hud)
- [Images](#images)
- [EventBus](#eventbus)
- [JSON](#json)
- [Logging](#logging)
- [Maps](#maps)
Expand Down Expand Up @@ -97,6 +98,9 @@ The list is divided into categories such as Frameworks, Components, Testing and
* [AsyncImageView](https://github.com/nicklockwood/AsyncImageView) - Simple extension of UIImageView for loading and displaying images asynchronously without lock up the UI.
* [SDWebImage](https://github.com/rs/SDWebImage) - Asynchronous image downloader with cache support with an UIImageView category

### EventBus
* [SwiftEventBus](https://github.com/cesarferreira/SwiftEventBus) - A publish/subscribe event bus optimized for iOS8

### JSON
* [JSONKit](https://github.com/johnezang/JSONKit) - Objective-C JSON
* [TouchJSON](https://github.com/TouchCode/TouchJSON) - A humane JSON Objective-C un-framework.
Expand Down

0 comments on commit 4da4787

Please sign in to comment.