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

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

  # Pods for E-commerce
    pod 'SwiftyJSON'
    pod 'Alamofire'
    pod 'AlamofireObjectMapper'
    pod 'ObjectMapper'

    pod 'SideMenu'
    pod 'ZFRippleButton'
    pod 'AFDateHelper'
    pod 'DatePickerDialog'
    pod 'JGProgressHUD'
    pod 'KSToastView'
    pod 'XLPagerTabStrip'
    pod 'Lightbox'
    pod 'ImageSlideshow'
    pod 'ImageSlideshow/Alamofire'
    pod 'IQKeyboardManagerSwift'
    pod 'SDWebImage'
    pod 'ImageSlideshow/SDWebImage'
    pod 'DropDown'

    #pod 'ImageSlideshow', '~> 1.4'
    #pod 'IQKeyboardManagerSwift', '5.0.0'
    #pod 'SDWebImage', '~> 4.0'

    pod 'PasswordTextField'

    
end
