# Comment the next line if you don't want to use dynamic frameworks use_frameworks! def pods pod 'ExytePopupView', :path => '../' end target 'Example' do platform :ios, '14.0' pods end