13 lines
227 B
Ruby
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
|