Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 280 Bytes

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