JSQMessagesViewController/Podfile
2014-10-05 13:56:03 -07:00

13 lines
227 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
# ignore all warnings from all pods
inhibit_all_warnings!
pod 'JSQSystemSoundPlayer'
target :JSQMessagesTests, :exclusive => true do
pod 'OCMock'
end