Podfile 752 B

12345678910111213141516171819202122232425262728293031323334353637
  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 'ReactiveObjC'
  13. #about UI
  14. pod 'ClusterPrePermissions'
  15. pod 'Valet'
  16. pod 'JGProgressHUD'
  17. pod 'JYRefreshController'
  18. pod 'WYPopoverController'
  19. pod 'LDProgressView'
  20. #pod 'ARAnalytics', :subspecs => ['Flurry']
  21. #debugging or utils
  22. pod 'CocoaLumberjack', '2.3.0'
  23. pod 'Masonry' #Autolayout Helper
  24. pod 'AsyncDisplayKit' #
  25. pod 'FLEX' #UI Debugging
  26. pod 'HeapInspector' #Heap Size
  27. #pod 'ReactiveCocoa', '~> 5.0.0' #Heap Size
  28. #about CrashReport
  29. pod 'Fabric'
  30. pod 'Crashlytics'
  31. end