Podfile 813 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. platform :ios, '9.0'
  2. target 'OneCable' do
  3. #pod 'ReactiveCocoa'
  4. pod 'Bolts'
  5. pod 'AFNetworking'
  6. pod 'AFNetworking-Synchronous/2.x'
  7. #pod 'PromiseKit'
  8. pod 'JSONModel'
  9. pod 'SDWebImage'
  10. pod 'Aspects'
  11. pod 'SocketRocket' #WebSocket client
  12. # pod 'YmsCoreBluetooth', '~> 1.10' #BlueTooth 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