JSQMessagesViewController/Podfile
Jesse Squires 0db2ab9e74 pod update
2015-05-05 16:48:32 -07:00

13 lines
237 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 'OCMock'
end