JSQMessagesViewController/Podfile
2016-01-11 22:09:32 -08:00

13 lines
260 B
Ruby

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