Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '11.0'
  3. target 'SOME_PROJECT' do
  4. use_frameworks!
  5.  
  6. # UI Core
  7. pod 'IQKeyboardManagerSwift'
  8. pod 'MBProgressHUD'
  9. pod 'Closures'
  10. pod 'SnapKit'
  11. pod 'Eureka'
  12. pod 'Kingfisher'
  13. pod 'EmptyDataSet', '~> 4.2.0'
  14. pod 'SwiftyGif'
  15.  
  16. # UI Custom Elements
  17. pod 'GrowingTextView', '0.6.1'
  18. pod 'SkyFloatingLabelTextField'
  19. pod 'SCLAlertView'
  20. pod 'ESTabBarController-swift'
  21. pod 'QRCodeReader.swift', '~> 9.0.1'
  22. pod 'FlagPhoneNumber', '0.7.1'
  23. pod 'ExpandableLabel'
  24. pod 'JVFloatLabeledTextField'
  25. pod "TLPhotoPicker"
  26. pod 'BMPlayer', '~> 1.3.0'
  27.  
  28. # Firebase
  29. pod 'Firebase/Core'
  30. pod 'Firebase/Auth'
  31. pod 'Firebase/Messaging'
  32. # Google
  33. pod 'GoogleSignIn'
  34.  
  35. # Google Maps
  36. pod 'GoogleMaps'
  37. pod 'GooglePlaces'
  38.  
  39. # Facebook
  40. pod 'FBSDKLoginKit'
  41. pod 'FacebookCore'
  42. pod 'FacebookShare'
  43.  
  44. # 'Giphy API SDK'
  45. pod 'GiphyCoreSDK'
  46.  
  47. # In-app payment
  48. pod 'Stripe'
  49.  
  50. # Helpers
  51. pod 'R.swift'
  52. pod 'ReSwift'
  53.  
  54. # Networking - REST API
  55. pod 'Moya'
  56. pod 'Moya/RxSwift'
  57. pod 'ReachabilitySwift'
  58.  
  59. # Networking - SocketIO
  60. pod 'Socket.IO-Client-Swift', '~> 15.0.0'
  61.  
  62. # GraphQL for iOS
  63. pod 'Apollo', '~> 0.15.1'
  64.  
  65. # Parse Server for iOS
  66. pod 'Parse'
  67.  
  68. # HTML Parsing
  69. pod 'Kanna', '~> 4.0.0'
  70.  
  71. # Analytics / Testing / Reporting
  72. pod 'Fabric'
  73. pod 'Crashlytics'
  74.  
  75. # Code-style
  76. pod 'SwiftLint'
  77.  
  78. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement