# frozen_string_literal: true

source('https://cdn.cocoapods.org/')

platform(:ios, '12.0')
use_frameworks!

target 'App' do
  pod 'Pod', path: "./Pod"
end
