This commit is contained in:
Xavier Schott 2018-06-01 15:36:25 -05:00
parent 193e19228f
commit 3603e112c4
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@ Ideal to represent steps. *The discrete slider and the camel labels can work in
## Compatibility
1. Written in **Swift 3**, can be integrated with **Swift** or **Obj-C**
2. `TGPControls` are **AutoLayout**, `IB Designable` and `IB Inspectable` ready
3. Version **4.0.0** comes with a **Swift 3** demo application for **iOS 8** and above.
3. Version **5.0.1** comes with a **Swift 4** demo application for **iOS 8** and above.
_**iOS 7** supported in versions 2.1.0 and earlier_
![imagessliderdemo](https://cloud.githubusercontent.com/assets/4073988/6628373/183c7452-c8c2-11e4-9a63-107805bc0cc4.gif)

View File

@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.name = "TGPControls"
spec.version = "4.0.1"
spec.version = "5.0.1"
spec.summary = "Custom animated iOS controls: Animated discrete slider, animated labels"
spec.description = <<-DESC
@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
spec.requires_arc = true
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v4.0.1" }
spec.source = { :git => "https://github.com/SwiftArchitect/TGPControls.git", :tag => "v5.0.1" }
spec.source_files = "TGPControls/**/*.{swift}"
spec.exclude_files = "TGPControlsDemo/*"

View File

@ -1,2 +1,2 @@
github "SwiftArchitect/TGPControls" == 4.0.0
github "SwiftArchitect/TGPControls"