5.0.1
This commit is contained in:
parent
193e19228f
commit
3603e112c4
|
|
@ -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_
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -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/*"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
github "SwiftArchitect/TGPControls" == 4.0.0
|
||||
github "SwiftArchitect/TGPControls"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue