TestApp/testapp/Podfile

9 lines
176 B
Ruby

source 'https://github.com/CocoaPods/Specs'
source 'https://github.com/TouchInstinct/Podspecs.git'
platform :ios, '10.0'
target 'testapp' do
pod 'Firebase/Crashlytics'
end