From 4afdf2e7799ce7e0cc8a9cdc134040ca48dd247c Mon Sep 17 00:00:00 2001 From: freak4pc Date: Sun, 10 Jul 2016 10:29:56 +0300 Subject: [PATCH] Version updated to 1.3 to fix CocoaPods spec typos. --- CHANGELOG.md | 2 +- UIView+Positioning.podspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d23b0..5e570d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog for UIView+Positioning -### 1.2 +### 1.3 - Swift version has been moved to the ['master' branch] - Swift 3 compatible version is now at the ['swift3' branch] - Podspecs finally properly updated diff --git a/UIView+Positioning.podspec b/UIView+Positioning.podspec index e065ea1..cfd916b 100644 --- a/UIView+Positioning.podspec +++ b/UIView+Positioning.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'UIView+Positioning' - spec.version = '1.2' + spec.version = '1.3' spec.license = { :type => 'MIT' } spec.homepage = 'https://github.com/freak4pc/UIView-Positioning' spec.authors = { 'Shai Mishali' => 'freak4pc@gmail.com' } - spec.summary = 'UIView+Positioning provides shorthand methods to define the frame properties of any UIView based object in an easy fashion.' - spec.source = { :git => 'https://github.com/freak4pc/UIView-Positioning.git', :tag => 'v1.2' } + spec.summary = 'UIView+Positioning provides shorthand methods and helpers to define the frame properties of any UIView based object in an easy fashion.' + spec.source = { :git => 'https://github.com/freak4pc/UIView-Positioning.git', :tag => 'v1.3' } spec.source_files = 'UIView+Positioning.swift' spec.platform = :ios, '8.0' end