mirror of
https://github.com/exyte/PopupView.git
synced 2026-06-06 20:18:33 +00:00
12 lines
197 B
Ruby
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
|