QSExtensionSwift

extensions for swift


Keywords
extension, extensions, swift3, swift3-extensions
License
MIT
Install
pod try QSExtensionSwift

Documentation

QSExtensionSwift

useful extensions for swift

Podfile

To add it into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'

target 'TargetName' do

pod 'QSExtensionSwift'

end