From a84f6e04189048622507559caa1de45d3944da73 Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Sun, 22 Jun 2014 17:43:49 -0700 Subject: [PATCH] Update pod spec --- UIView+AutoLayout.podspec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/UIView+AutoLayout.podspec b/UIView+AutoLayout.podspec index df8cbe4..b62f8a8 100644 --- a/UIView+AutoLayout.podspec +++ b/UIView+AutoLayout.podspec @@ -1,9 +1,14 @@ Pod::Spec.new do |s| + s.deprecated_in_favor_of = 'PureLayout' s.name = "UIView+AutoLayout" - s.version = "2.0.0" - s.summary = "The ultimate API for iOS Auto Layout -- impressively simple, immensely powerful." + s.version = "2.0.1" + s.summary = "The ultimate API for iOS Auto Layout. Deprecated in favor of PureLayout: https://github.com/smileyborg/PureLayout" s.description = <<-DESC + Introducing [PureLayout](https://github.com/smileyborg/PureLayout) + ======================== + ### UIView+AutoLayout has been deprecated in favor of [PureLayout](https://github.com/smileyborg/PureLayout), which includes OS X support! + UIView+AutoLayout ================= @@ -58,7 +63,7 @@ Pod::Spec.new do |s| s.platform = :ios, '6.0' - s.source = { :git => "https://github.com/smileyborg/UIView-AutoLayout.git", :tag => "v2.0.0" } + s.source = { :git => "https://github.com/smileyborg/UIView-AutoLayout.git", :tag => "v2.0.1" } s.source_files = 'Source' s.requires_arc = true