We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b35c8 commit 6f787eeCopy full SHA for 6f787ee
1 file changed
Nimble.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Nimble"
3
- s.version = "0.1.0"
+ s.version = "0.2.0"
4
s.summary = "A Matcher Framework for Swift and Objective-C"
5
s.description = <<-DESC
6
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.author = "Quick Contributors"
11
s.ios.deployment_target = "8.0"
12
s.osx.deployment_target = "10.10"
13
- 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" }
14
15
s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"
16
s.framework = "XCTest"
0 commit comments