##BBFrameworks
Repository for common iOS/OSX categories, classes, and functions.
###Subspecs
See the wiki for more detailed information on each subspec.
BBFrameworks/BBCore, subspec that everything else depends upon, including shared resource filesBBFrameworks/BBFoundation, contains functions, classes, and categories extending theFoundationframeworkBBFrameworks/BBKeychain, a wrapper around keychain related functions in theSecurityframeworkBBFrameworks/BBBlocks, adds block extension to theFoundationcollection classes; modeled after Haskell list functionsBBFrameworks/BBKeyValueObserving, block based wrapper around KVO supporting automatic deregistration upon deallocation of observers; modeled after MAKVONotificationCenterBBFrameworks/BBReachability, modern wrapper around theSystemConfigurationframework reachability functionalityBBFrameworks/BBCoreData, classes and categories extending theCoreDataframeworkBBFrameworks/BBKit, functions, classes, and categories extending theUIKitandAppKitframeworksBBFrameworks/BBAddressBook, wrapper around theAddressBookframeworkBBFrameworks/BBThumbnail, classes for generating thumbnails from various URLs, both local and remoteBBFrameworks/BBReactiveThumbnail, adds ReactiveCocoa extensions toBBFrameworks/BBThumbnailBBFrameworks/BBMediaPicker, replacement for asset selection portion ofUIImagePickerController, modeled after the interface found in the Facebook iOS applicationBBFrameworks/BBMediaViewer, replacement for the functionality provided by theQuickLookframework on iOSBBFrameworks/BBMediaPlayer, replacement for the functionality provided byMPMoviePlayerControllerand related classes that are part of theMediaPlayerframeworkBBFrameworks/BBWebKit, provides an embeddable browser based onWKWebView, modeled after similar browsers fround in the Facebook and Twitter iOS applicationsBBFrameworks/BBTooltip, classes to create and display informational tooltips similar to the tooltip functionality available in the Facebook iOS SDKBBFrameworks/BBValidation, provides validation functionality that can be attached toUITextFieldandUITextViewinstances, providing feedback to the userBBFrameworks/BBToken, aUITextViewsubclass intended to replicate the functionality ofNSTokenFieldin theAppKitframework on iOS; modeled after the functionality of the "To:" field in the Mail iOS applicationBBFrameworks/BBForm, functions, classes, and categories for creating Settings iOS application like form entry views
###Installation
Use cocoapods to install.