App - Setup third party services and common app stuff
FileManager+Ext - folders
String+Validation - email regex, spaces
UIApplication+Bundle - keys from Info.plist
UIApplication+TopViewController - top vc
UINavigationController+Orientation - orientation
UITableView+Ext - generics for cell
UIView+Inspectable - to use in Storyboard
UIView+Render - UIView to image
DataSource - save to UserDefaults simple types and mappable via ObjectMapper
AlertsManager - show alerts
HUD - JGProgressHUD helper
XibBasedView - for view with .xib
ImagePicker - easy to use picker for images/video from gallery or camera
DatabaseManager - Realm database
DatabaseManager+Schema - migration
RemoteNotificationManager - Push notifications
RemoteNotificationsManager+Push - to implement actions on app specific push notifications
RateManager - rate the app
Facebook - Login with Facebook
GooglePlus - Login with GooglePlus
Twitter - Login with Twitter
DataResponse+Result - Alamofire helpers for API
NSError+Response - NSError helpers for API
ServerConstants - API endpoints, OAuth credentials and other constants needed for API requests
ObjectManager - base manager for handling API requests
UserManager - user entity handling, OAuth, session, user requests
EventManager - [example] How to use managers for API requests, grouped by entities (Event, Order, Payment etc)
Push - to implement actions on app specific push notifications
Token - OAuth token to use in API
User - user entity for API using Mappable
Currency - [example] entity for API using Mappable and saving to Realm database