source 'https://github.com/CocoaPods/Specs.git' platform :ios, '8.0' use_frameworks! def pods pod 'DeviceGuru' pod 'KeyboardMan' pod 'Ruler' pod 'Proposer' pod 'APAddressBook/Swift' pod 'FXBlurView' pod 'Kingfisher' pod 'TPKeyboardAvoiding', '~> 1.2' pod 'pop' pod 'AFNetworking' pod 'MZFayeClient', :path => '../CatchLib-iOS/MZFayeClient/' pod 'RealmSwift' end target 'Yep' do pods end