platform :ios, '9.0'
use_frameworks!

target ‘IFS’ do
    pod 'SnapKit'
	pod 'SwiftyJSON'
    pod 'Moya'
    pod 'DZNEmptyDataSet'
    pod 'Kingfisher'
    pod 'DeviceKit'
    pod 'Hero'
    pod 'RxSwift'
    pod 'RxCocoa'
    pod 'HandyJSON', '~> 4.0.0-beta.1'
    pod 'MJRefresh', '~> 3.1.15.1'
    pod 'YXKit'
    pod 'IQKeyboardManager', '~> 5.0.6'
    pod 'FDFullscreenPopGesture', '~> 1.1'
    pod 'ImagePicker'
    pod 'SKPhotoBrowser', '~> 5.0.0'
    pod 'YXAlertController'
    pod 'PPBadgeViewSwift'
    pod 'SVProgressHUD', '~> 2.2.2'
    pod 'UMengAnalytics'
    pod 'JPush'
end
