Podfile 905 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '11.0'
  3. inhibit_all_warnings!
  4. target 'MTP2_iOS' do
  5. use_frameworks!
  6. # UserInterface
  7. pod 'IQKeyboardManagerSwift'
  8. pod 'SDWebImage'
  9. pod 'WHToast'
  10. pod 'IBAnimatable'
  11. pod 'SDCycleScrollView'
  12. pod 'JXSegmentedView'
  13. pod 'ActionSheetPicker-3.0'
  14. pod 'GTMRefresh'
  15. pod 'ZLPhotoBrowser'
  16. pod 'FSCalendar', '~> 2.7.7'
  17. pod 'SnapKit'
  18. pod 'ReachabilitySwift'
  19. pod 'AAInfographics'
  20. pod 'NVActivityIndicatorView', '~> 4.0.1'
  21. pod 'JXPhotoBrowser'
  22. pod 'Popover'
  23. pod "MIBadgeButton-Swift"
  24. pod "QRCode"
  25. pod 'PGDatePicker'
  26. pod 'MGSwipeTableCell'
  27. # Business Core
  28. pod 'SwiftProtobuf'
  29. pod 'HandyJSON', '5.0.0-beta.1'
  30. pod 'SwiftDate'
  31. pod 'SwiftyAttributes'
  32. pod 'DeviceKit'
  33. pod 'AlipaySDK-iOS'
  34. #Network Core
  35. pod 'DataCompression'
  36. pod 'CryptoSwift'
  37. #Bugly
  38. pod 'Bugly'
  39. end