We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5aeb5 commit 0db2ab9Copy full SHA for 0db2ab9
Podfile
@@ -5,7 +5,7 @@ platform :ios, '7.0'
5
# ignore all warnings from all pods
6
inhibit_all_warnings!
7
8
-pod 'JSQSystemSoundPlayer'
+pod 'JSQSystemSoundPlayer', '~> 2.0'
9
10
target :JSQMessagesTests, :exclusive => true do
11
pod 'OCMock'
Podfile.lock
@@ -3,11 +3,11 @@ PODS:
3
- OCMock (3.1.2)
4
DEPENDENCIES:
- - JSQSystemSoundPlayer
+ - JSQSystemSoundPlayer (~> 2.0)
- OCMock
SPEC CHECKSUMS:
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
12
13
-COCOAPODS: 0.36.4
+COCOAPODS: 0.37.0
0 commit comments