Skip to content

Commit

Permalink
Bumped version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffh committed Nov 26, 2014
1 parent 99b35c8 commit 6f787ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Nimble.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Nimble"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A Matcher Framework for Swift and Objective-C"
s.description = <<-DESC
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = "Quick Contributors"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v0.1.0" }
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v0.2.0" }

s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"
s.framework = "XCTest"
Expand Down

0 comments on commit 6f787ee

Please sign in to comment.