Skip to content

Commit 7c5b92e

Browse files
committed
updated pod specs to 3.0.1
1 parent 0a2d0b9 commit 7c5b92e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Spry+Nimble.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Spry+Nimble'
3-
s.version = '3.0'
3+
s.version = '3.0.1'
44
s.summary = 'Nimble matcher for test expectations on Spyable objects.'
55

66
s.description = <<-DESC
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
1717

1818
s.framework = 'XCTest'
1919
s.dependency 'Nimble', '> 7.0.0'
20-
s.dependency 'Spry', '3.0'
20+
s.dependency 'Spry', '3.0.1'
2121
end

Spry.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Spry'
3-
s.version = '3.0'
3+
s.version = '3.0.1'
44
s.summary = 'Spry is spying and stubbing framework for Apple\'s Swift language.'
55

66
s.description = <<-DESC

0 commit comments

Comments
 (0)