Merged PR 12699: Adjust Podfile to not depend on specific version

Adjust Podfile to not depend on specific version
This commit is contained in:
Brian Bowman 2018-11-08 19:34:51 +00:00
Родитель 7a8d701e74
Коммит 6440c8a0fd
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6,7 +6,7 @@ target 'iOSSample' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks! # use_frameworks!
pod 'ProjectRomeSdk', '0.13.8-master.338' pod 'ProjectRomeSdk'
# Pods for iOSSample # Pods for iOSSample