Files
PopupView/ExampleOld/Podfile
T
2023-05-04 16:36:55 +07:00

12 lines
197 B
Ruby

# 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