Podfile 678 B

123456789101112131415161718192021222324252627282930313233343536
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '10.0'
  3. inhibit_all_warnings!
  4. target 'MTP2_iOS' do
  5. use_frameworks!
  6. #UserInterface
  7. pod 'SnapKit', '~> 5.0.0'
  8. pod 'NVActivityIndicatorView', '~> 4.8.0'
  9. pod 'GTMRefresh'
  10. pod 'SDWebImage'
  11. pod 'HandyJSON', '5.0.0-beta.1'
  12. pod "SDCycleScrollView"
  13. pod 'WHToast','~>0.0.2'
  14. pod 'SwiftyAttributes'
  15. pod 'SwiftDate'
  16. pod 'CHIPageControl', '~> 0.1.3'
  17. pod 'IBAnimatable'
  18. pod 'JXSegmentedView'
  19. #Business Core
  20. pod 'SwiftProtobuf'
  21. pod 'DeviceKit'
  22. #Network Core
  23. pod 'DataCompression'
  24. pod 'CryptoSwift'
  25. pod 'IQKeyboardManagerSwift'
  26. #Bugly
  27. pod 'Bugly'
  28. end