# Uncomment the next line to define a global platform for your project
#platform :ios, '9.0'

target 'We1l' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

pod 'SwiftyJSON'
pod 'Alamofire'
#pod 'Alamofire', '~> 5.0.0-beta.2'
pod 'AlamofireObjectMapper'
pod 'ObjectMapper'

pod 'SideMenu'
#pod 'ZFRippleButton'
pod 'AFDateHelper'
pod 'DatePickerDialog', :git => 'https://github.com/papipons/DatePickerDialog-iOS-Swift.git', :branch => 'swift4.2-migration'
pod 'JGProgressHUD'
pod 'KSToastView'
#pod 'XLPagerTabStrip'
#pod 'Lightbox'
pod 'ImageSlideshow'
pod 'ImageSlideshow/Alamofire'
pod 'IQKeyboardManagerSwift'
pod 'SDWebImage'
pod 'ImageSlideshow/SDWebImage'
pod 'DropDown'
pod 'FSPagerView'

pod 'PasswordTextField'


end

