Skip to content

Commit 0db2ab9

Browse files
committed
pod update
1 parent 6a5aeb5 commit 0db2ab9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform :ios, '7.0'
55
# ignore all warnings from all pods
66
inhibit_all_warnings!
77

8-
pod 'JSQSystemSoundPlayer'
8+
pod 'JSQSystemSoundPlayer', '~> 2.0'
99

1010
target :JSQMessagesTests, :exclusive => true do
1111
pod 'OCMock'

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ PODS:
33
- OCMock (3.1.2)
44

55
DEPENDENCIES:
6-
- JSQSystemSoundPlayer
6+
- JSQSystemSoundPlayer (~> 2.0)
77
- OCMock
88

99
SPEC CHECKSUMS:
1010
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
1111
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
1212

13-
COCOAPODS: 0.36.4
13+
COCOAPODS: 0.37.0

0 commit comments

Comments
 (0)