TinyConstraints/Example/Podfile

7 lines
125 B
Ruby

platform :ios, '12.1'
swift_version = '5.0'
target 'TinyConstraints_Example' do
pod 'TinyConstraints', :path => '../'
end