appcenter-sampleapp-ios-swift/Podfile

15 строки
261 B
Ruby

target 'sampleapp-ios-swift' do
use_frameworks!
pod 'AppCenter'
pod 'AppCenter/Analytics'
pod 'AppCenter/Crashes'
target 'sampleapp-ios-swiftUITests' do
inherit! :search_paths
# Pods for testing
pod 'VSMobileCenterExtensions'
end
end