Skip to content

Commit

Permalink
Release version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Schott committed Jun 6, 2018
1 parent 7c75b9b commit b51ea58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TGPControls.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/*"

Expand Down

0 comments on commit b51ea58

Please sign in to comment.