diff --git a/README.md b/README.md index 80de4d1..dc17773 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/TGPControls.podspec b/TGPControls.podspec index 91021d4..a3f5c1f 100644 --- a/TGPControls.podspec +++ b/TGPControls.podspec @@ -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/*" diff --git a/TGPControlsDemo/Cartfile b/TGPControlsDemo/Cartfile index 1c464ce..f3a7414 100644 --- a/TGPControlsDemo/Cartfile +++ b/TGPControlsDemo/Cartfile @@ -1,2 +1,2 @@ -github "SwiftArchitect/TGPControls" == 4.0.0 +github "SwiftArchitect/TGPControls"