mirror of
https://github.com/uber/RIBs.git
synced 2026-05-17 12:50:36 +00:00
15 lines
245 B
Ruby
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
|