Podfile 100 B

12345
  1. platform :ios, '9.0'
  2. target 'RACTableView' do
  3. pod 'ReactiveCocoa', :inhibit_warnings => true
  4. end