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