Collection of useful Swift extensions for iOS development, distributed as a CocoaPods pod.
- Collection+Safe: Safe subscript access returning optional
- NSMutableAttributedString+Helper: Fluent API for text attributes
- NSObject+Bundle: Easy bundle access
- NSObject+ClassName: Get class name as string
- String+URL: Convert strings to URLs
- StringProtocol+Range: String range utilities
- UIFont+Safe: Safe font initialization with fallback
- UIView+Helper: Load from NIB and find subviews by type
source 'https://github.com/binaryloader/cocoapods-specs.git'
pod 'BinaryLoaderExtensions'This project is licensed under the MIT License - see the LICENSE file for details.