Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3.  
  4. target 'Sample Project Template' do
  5. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  6. use_frameworks!
  7.  
  8. # Pods for Matching Template
  9. # Rx
  10. pod 'RxSwift'
  11. pod 'RxCocoa'
  12. pod 'RxGesture'
  13. # Network
  14. pod 'Moya/RxSwift'
  15. pod 'PINRemoteImage'
  16. # flux
  17. pod 'ReSwift' # Redux
  18. # util
  19. pod 'Default' # Make custom class UserDefaults-storable
  20. pod 'R.swift'
  21. # HUD
  22. pod 'SVProgressHUD' # Loading Spinner
  23. # Layout
  24. pod 'FlexLayout'
  25. pod 'TinyConstraints'
  26. # UI
  27. pod 'SkyFloatingLabelTextField'
  28. pod 'ActiveLabel'
  29. pod 'IQKeyboardManagerSwift'
  30. pod 'ActionSheetPicker-3.0', '~> 2.3.0'
  31. # Linter
  32. pod 'SwiftLint'
  33.  
  34. target 'Sample Project TemplateTests' do
  35. inherit! :search_paths
  36. # Pods for testing
  37. end
  38.  
  39. target 'Sample Project TemplateUITests' do
  40. inherit! :search_paths
  41. # Pods for testing
  42. end
  43.  
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement