Podfile 673 B

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