| 123456789101112131415161718192021222324252627282930313233343536373839 |
- 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
- # pod 'YmsCoreBluetooth', '~> 1.10' #BlueTooth client
- pod 'ReactiveObjC'
- #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
- #about CrashReport
- pod 'Fabric'
- pod 'Crashlytics'
-
- end
|