Skip to content

Commit 0172b7a

Browse files
committed
Update podspec
1 parent 6bf997b commit 0172b7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

AnchorKit.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AnchorKit"
4-
s.version = "2.2.0"
4+
s.version = "2.3.0"
55
s.summary = "A Swifty anchor-based API for AutoLayout."
66

77
s.description = <<-DESC
@@ -17,10 +17,10 @@ Pod::Spec.new do |s|
1717
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
1818

1919
s.ios.deployment_target = "9.0"
20-
s.osx.deployment_target = "10.11"
20+
s.osx.deployment_target = "10.12"
2121
s.tvos.deployment_target = "9.0"
2222

23-
s.source = { :git => "https://github.com/Weebly/AnchorKit.git", :tag => "v2.2.0" }
23+
s.source = { :git => "https://github.com/Weebly/AnchorKit.git", :tag => "v2.3.0" }
2424
s.requires_arc = true
2525
s.source_files = "AnchorKit/Source/*.swift"
2626

0 commit comments

Comments
 (0)