Skip to content

Commit

Permalink
Disable warnings when building ReactiveCocoa for the example
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed May 23, 2020
1 parent 14c54a5 commit 83916eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ios/objc/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '7.0'

target 'RACTableView' do
pod 'ReactiveCocoa'
pod 'ReactiveCocoa', :inhibit_warnings => true
end

0 comments on commit 83916eb

Please sign in to comment.