From b51ea58306a09336705cd67ed006019e6cd8d661 Mon Sep 17 00:00:00 2001 From: Xavier Schott Date: Wed, 6 Jun 2018 14:41:16 -0700 Subject: [PATCH] Release version 5.1.0 --- TGPControls.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TGPControls.podspec b/TGPControls.podspec index 543aa6d..29a9862 100644 --- a/TGPControls.podspec +++ b/TGPControls.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |spec| # ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # spec.name = "TGPControls" - spec.version = "5.0.3" + spec.version = "5.1.0" spec.summary = "Custom animated iOS controls: Animated discrete slider, animated labels" spec.description = <<-DESC @@ -26,7 +26,7 @@ Pod::Spec.new do |spec| spec.swift_version = '4.0' # ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # - spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.0.3" } + spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.1.0" } spec.source_files = "TGPControls/**/*.{swift}" spec.exclude_files = "TGPControlsDemo/*"