Release version 5.0.1

This commit is contained in:
Xavier Schott 2018-06-01 17:01:56 -05:00
parent 1fb0c14db5
commit af5a506b29
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = '8.0'
spec.requires_arc = true
spec.swift_version = '4.0'
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.0.1" }