platform :ios, '9.0' target 'Dribbblr' do use_frameworks! # Networking pod 'Alamofire' pod 'Moya' pod 'Moya/RxSwift' pod 'MoyaSugar' pod 'MoyaSugar/RxSwift' pod 'WebLinking', :git => 'https://github.com/kylef/WebLinking.swift', :commit => 'fddbacc30deab8afe12ce1d3b78bd27c593a0c29' pod 'Kingfisher' # Model pod 'ObjectMapper' # Rx pod 'RxSwift' pod 'RxCocoa' pod 'RxDataSources' pod 'RxOptional' pod 'RxKeyboard' pod 'RxSwiftUtilities' pod 'RxReusable' # UI pod 'SnapKit' pod 'ManualLayout' # Logging pod 'CocoaLumberjack/Swift' # Misc. pod 'Then' pod 'ReusableKit' pod 'CGFloatLiteral' pod 'SwiftyColor' pod 'SwiftyImage' pod 'UITextView+Placeholder' pod 'URLNavigator' pod 'KeychainAccess' pod 'Yet' pod 'Carte' end