Skip to content

Commit

Permalink
updated pod specs to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivukis committed Dec 11, 2017
1 parent 0a2d0b9 commit 7c5b92e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Spry+Nimble.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Spry+Nimble'
s.version = '3.0'
s.version = '3.0.1'
s.summary = 'Nimble matcher for test expectations on Spyable objects.'

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

s.framework = 'XCTest'
s.dependency 'Nimble', '> 7.0.0'
s.dependency 'Spry', '3.0'
s.dependency 'Spry', '3.0.1'
end
2 changes: 1 addition & 1 deletion Spry.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Spry'
s.version = '3.0'
s.version = '3.0.1'
s.summary = 'Spry is spying and stubbing framework for Apple\'s Swift language.'

s.description = <<-DESC
Expand Down

0 comments on commit 7c5b92e

Please sign in to comment.