Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin'
Browse files Browse the repository at this point in the history
  • Loading branch information
skywinder committed Oct 21, 2014
2 parents af375e5 + 1d82d4c commit 5506eb4
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ The list is divided into categories such as Frameworks, Components, Testing and
- [Text](https://github.com/vsouza/awesome-ios/tree/master#text)
- [UI](https://github.com/vsouza/awesome-ios/tree/master#UI)
- [Websocket](https://github.com/vsouza/awesome-ios/tree/master#websocket)
- [Code Quality](https://github.com/vsouza/awesome-ios/tree/master#code-quality)

- [Project setup](https://github.com/vsouza/awesome-ios/tree/master#project-setup)
- [Dependency Manager](https://github.com/vsouza/awesome-ios/tree/master#dependency-manager)
- [Test](https://github.com/vsouza/awesome-ios/tree/master#test)
- [Toolchains](https://github.com/vsouza/awesome-ios/tree/master#toolchains)
Expand All @@ -30,6 +32,7 @@ The list is divided into categories such as Frameworks, Components, Testing and
- [Swift](https://github.com/vsouza/awesome-ios/tree/master#swift)
- [Websites](https://github.com/vsouza/awesome-ios/tree/master#websites)
- [Videos](https://github.com/vsouza/awesome-ios/tree/master#videos)
- [UI](https://github.com/vsouza/awesome-ios/tree/master#ui)

- [Style Guides](http://github.com/vsouza/awesome-ios/tree/master#style-guides)
- [Good Websites](https://github.com/vsouza/awesome-ios/tree/master#good-websites)
Expand Down Expand Up @@ -76,9 +79,11 @@ The list is divided into categories such as Frameworks, Components, Testing and
* [JSON-Framework](https://github.com/stig/json-framework) - This framework implements a strict JSON parser and generator in Objective-C.
* [Mantle](https://github.com/Mantle/Mantle) - Model framework for Cocoa and Cocoa Touch.
* [Groot](https://github.com/gonzalezreal/Groot) - Convert JSON dictionaries and arrays to and from Core Data managed objects.

* [KZPropertyMapper](https://github.com/krzysztofzablocki/KZPropertyMapper) - Data mapping and validation with minimal amount of code.

### Logging
* [CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack) - A fast & simple, yet powerful & flexible logging framework for Mac and iOS
* [NSLogger](https://github.com/fpillet/NSLogger) - a high perfomance logging utility which displays traces emitted by client applications running on Mac OS X, iOS and Android.

### Maps
* [Route-me](https://github.com/route-me/route-me) - Open source map library for iOS.
Expand All @@ -104,11 +109,23 @@ The list is divided into categories such as Frameworks, Components, Testing and
### UI
* [ActionSheetPicker-3.0](https://github.com/skywinder/ActionSheetPicker-3.0/) - Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
* [FlatUIKit](https://github.com/Grouper/FlatUIKit) - A collection of awesome flat UI components for iOS.
* [JVFloatLabeledTextField](https://github.com/jverdi/JVFloatLabeledTextField) - UITextField subclass with floating labels.
* [JVFloatLabeledTextField](https://github.com/jverdi/JVFloatLabeledTextField) - UITextField subclass with floating labels.
* [SSBouncyButton](https://github.com/StyleShare/SSBouncyButton) - iOS7-style bouncy button UI component.

### WebSocket
* [Socket Rocket](https://github.com/square/SocketRocket) - A conforming Objective-C WebSocket client library.

### Code Quality
* [KZBootstrap](https://github.com/krzysztofzablocki/KZBootstrap) - Set of scripts and annotations that generate extra compile time errors and warnings on bad code quality.
* [KZAsserts](https://github.com/krzysztofzablocki/KZAsserts) - Set of custom assertions that automatically generate NSError's, allow for both Assertions in Debug and Error handling in Release builds, with beatiful DSL.
* [PSPDFUIKitMainThreadGuard](https://gist.github.com/steipete/5664345) - Simple snippet generating assertions when UIKit is used on background threads.

# Project setup
* [crafter](https://github.com/krzysztofzablocki/crafter) - CLI that allows you to configure iOS project's template using custom DSL syntax, simple to use and quite powerful.
* [liftoff](https://github.com/thoughtbot/liftoff) - Another CLI for creating iOS projects.
* [KZBootstrap](https://github.com/krzysztofzablocki/KZBootstrap) - iOS project bootstrap aimed at high quality coding.
* [amaro](https://github.com/crushlovely/Amaro) - iOS Boilerplate full of delights.

# Dependency Manager

* [Cocoa Pods](http://cocoapods.org/) - CocoaPods is the dependency manager for Objective-C projects. It has thousands of libraries and can help you scale your projects elegantly.
Expand Down Expand Up @@ -164,6 +181,9 @@ The list is divided into categories such as Frameworks, Components, Testing and
### Videos
* [Brian Advent youtube channel](https://www.youtube.com/channel/UCysEngjfeIYapEER9K8aikw/videos) - Swift tutorials Youtube Channel.

### UI
* [JLToast](https://github.com/devxoul/JLToast) - Toast for iOS with very simple interface. Written in Swift.

# Style Guides
* [NY Times - Objective C Style Guide](https://github.com/NYTimes/objective-c-style-guide) - The Objective-C Style Guide used by The New York Times
* [raywenderlich Style Guide](https://github.com/raywenderlich/objective-c-style-guide) - A style guide that outlines the coding conventions for raywenderlich.com
Expand Down

0 comments on commit 5506eb4

Please sign in to comment.