xcodeproj 'Demo.xcodeproj' platform :ios, '8.0' target 'DemoObjC' do pod "IQKeyboardManager", :path => "." end target 'DemoSwift' do use_frameworks! pod "IQKeyboardManagerSwift", :path => "." end