Podfile 768 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. use_frameworks!
  2. platform :ios, '8.0'
  3. target 'OneCable' do
  4. #pod 'ReactiveCocoa'
  5. pod 'Bolts'
  6. pod 'AFNetworking'
  7. pod 'AFNetworking-Synchronous/2.x'
  8. #pod 'PromiseKit'
  9. pod 'JSONModel'
  10. pod 'SDWebImage'
  11. pod 'Aspects'
  12. pod 'SocketRocket' #WebSocket client
  13. pod 'ReactiveObjC'
  14. #about UI
  15. pod 'ClusterPrePermissions'
  16. pod 'Valet'
  17. pod 'JGProgressHUD'
  18. pod 'JYRefreshController'
  19. pod 'WYPopoverController'
  20. pod 'LDProgressView'
  21. #pod 'ARAnalytics', :subspecs => ['Flurry']
  22. #debugging or utils
  23. pod 'CocoaLumberjack', '2.3.0'
  24. pod 'Masonry' #Autolayout Helper
  25. pod 'AsyncDisplayKit' #
  26. pod 'FLEX' #UI Debugging
  27. pod 'HeapInspector' #Heap Size
  28. # pod 'ReactiveCocoa', '~> 5.0.0' #Heap Size
  29. #about CrashReport
  30. pod 'Fabric'
  31. pod 'Crashlytics'
  32. end