Files
2020-05-08 23:55:59 +02:00

15 lines
245 B
Ruby

platform :ios, '9.0'
use_frameworks!
inhibit_all_warnings!
target 'TicTacToe' do
pod 'RIBs', :path => '../../../'
pod 'SnapKit', '~> 4.0.0'
pod 'RxCocoa', '~> 5.1'
end
target 'TicTacToeTests' do
pod 'RIBs', :path => '../../../'
end