# Uncomment the next line to define a global platform for your project platform :ios, '11.0' inhibit_all_warnings! target 'MTP2_iOS' do use_frameworks! # UserInterface pod 'IQKeyboardManagerSwift' pod 'SDWebImage' pod 'WHToast' pod 'IBAnimatable' pod 'SDCycleScrollView' pod 'JXSegmentedView' pod 'ActionSheetPicker-3.0' pod 'GTMRefresh' pod 'ZLPhotoBrowser' pod 'FSCalendar', '~> 2.7.7' pod 'SnapKit' pod 'ReachabilitySwift' pod 'AAInfographics' pod 'NVActivityIndicatorView', '~> 4.0.1' pod 'JXPhotoBrowser' pod 'Popover' pod "MIBadgeButton-Swift" pod "QRCode" pod 'PGDatePicker' pod 'MGSwipeTableCell' # Business Core pod 'SwiftProtobuf' pod 'HandyJSON', '5.0.0-beta.1' pod 'SwiftDate' pod 'SwiftyAttributes' pod 'DeviceKit' pod 'AlipaySDK-iOS' #Network Core pod 'DataCompression' pod 'CryptoSwift' #Bugly pod 'Bugly' end