| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # 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
|