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 6bf997b commit 0172b7aCopy full SHA for 0172b7a
AnchorKit.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "AnchorKit"
4
- s.version = "2.2.0"
+ s.version = "2.3.0"
5
s.summary = "A Swifty anchor-based API for AutoLayout."
6
7
s.description = <<-DESC
@@ -17,10 +17,10 @@ Pod::Spec.new do |s|
17
s.author = { "Eddie Kaiger" => "eddiekaiger@gmail.com" }
18
19
s.ios.deployment_target = "9.0"
20
- s.osx.deployment_target = "10.11"
+ s.osx.deployment_target = "10.12"
21
s.tvos.deployment_target = "9.0"
22
23
- s.source = { :git => "https://github.com/Weebly/AnchorKit.git", :tag => "v2.2.0" }
+ s.source = { :git => "https://github.com/Weebly/AnchorKit.git", :tag => "v2.3.0" }
24
s.requires_arc = true
25
s.source_files = "AnchorKit/Source/*.swift"
26
0 commit comments