Skip to content

Commit 61697d0

Browse files
committed
Bump version to 1.0.0.
Set deployment target to 10.8 for OS X
1 parent 036a22a commit 61697d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Nimble.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Nimble"
3-
s.version = "1.0.0-rc.1"
3+
s.version = "1.0.0"
44
s.summary = "A Matcher Framework for Swift and Objective-C"
55
s.description = <<-DESC
66
Use Nimble to express the expected outcomes of Swift or Objective-C expressions. Inspired by Cedar.
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
1010
s.author = "Quick Contributors"
1111
s.ios.deployment_target = "7.0"
12-
s.osx.deployment_target = "10.10"
12+
s.osx.deployment_target = "10.9"
1313
s.source = { :git => "https://github.com/Quick/Nimble.git", :tag => "v#{s.version}" }
1414

1515
s.source_files = "Nimble", "Nimble/**/*.{swift,h,m}"

0 commit comments

Comments
 (0)