Skip to content

Commit b51ea58

Browse files
author
Xavier Schott
committed
Release version 5.1.0
1 parent 7c75b9b commit b51ea58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TGPControls.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
22

33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44
spec.name = "TGPControls"
5-
spec.version = "5.0.3"
5+
spec.version = "5.1.0"
66
spec.summary = "Custom animated iOS controls: Animated discrete slider, animated labels"
77

88
spec.description = <<-DESC
@@ -26,7 +26,7 @@ Pod::Spec.new do |spec|
2626
spec.swift_version = '4.0'
2727

2828
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
29-
spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.0.3" }
29+
spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.1.0" }
3030
spec.source_files = "TGPControls/**/*.{swift}"
3131
spec.exclude_files = "TGPControlsDemo/*"
3232

0 commit comments

Comments
 (0)