Skip to content

Commit

Permalink
updated the podspec for the 2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Pirringer committed Feb 21, 2019
1 parent 034159b commit 356df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftHamcrest.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftHamcrest"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "Hamcrest test assertions for Swift"

s.description = <<-DESC
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"

s.module_name = "Hamcrest"
s.source = { :git => "https://github.com/nschum/SwiftHamcrest.git", :tag => "2.1.0" }
s.source = { :git => "https://github.com/nschum/SwiftHamcrest.git", :tag => "2.1.1" }
s.source_files = "Hamcrest/*.swift"
s.frameworks = ["Foundation", "XCTest"]
end

0 comments on commit 356df65

Please sign in to comment.