| 12345678910111213141516171819202122232425262728293031323334 |
- platform :ios, '9.0'
- target 'OneCable' do
- #pod 'ReactiveCocoa'
- pod 'Bolts'
- pod 'AFNetworking'
- pod 'AFNetworking-Synchronous/2.x'
- #pod 'PromiseKit'
- pod 'JSONModel'
- pod 'SDWebImage'
- pod 'Aspects'
-
- #pod 'SocketRocket' #WebSocket client
- #about UI
- pod 'ClusterPrePermissions'
- pod 'Valet'
- pod 'JGProgressHUD'
- pod 'JYRefreshController'
- pod 'WYPopoverController'
- pod 'LDProgressView'
- #pod 'ARAnalytics', :subspecs => ['Flurry']
- #debugging or utils
- pod 'CocoaLumberjack', '2.3.0'
- pod 'Masonry' #Autolayout Helper
- pod 'AsyncDisplayKit' #
- pod 'FLEX' #UI Debugging
- pod 'HeapInspector' #Heap Size
-
- #pod 'ReactiveCocoa', '~> 5.0.0' #Heap Size
-
- end
|