appcenter-sampleapp-macos-s.../Podfile

12 строки
270 B
Ruby

platform :osx, '10.9'
target 'Sample macOS App' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Sample macOS App
pod 'AppCenter'
pod 'AppCenter/Analytics'
pod 'AppCenter/Crashes'
end