This commit is contained in:
sabrinaj206 2017-07-17 15:40:57 -07:00
Родитель 3b4c75e12b
Коммит 09bbcbe3d9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1,13 +1,13 @@
target 'sampleapp-ios-swift' do
use_frameworks!
pod 'MobileCenter
pod 'MobileCenter'
pod 'MobileCenter/Push'
target sampleapp-ios-swiftUITests do
target 'sampleapp-ios-swiftUITests' do
inherit! :search_paths
# Pods for testing
pod VSMobileCenterExtensions
pod 'VSMobileCenterExtensions'
end
end