Skip to content

Commit 8bdf24b

Browse files
committed
Updated README and podspec.
1 parent e4c7385 commit 8bdf24b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BetterSegmentedControl.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BetterSegmentedControl"
3-
s.version = "0.5"
3+
s.version = "0.6"
44
s.summary = "An easy to use, customizable replacement for UISegmentedControl & UISwitch."
55
s.description = <<-DESC
66
BetterSegmentedControl is an easy to use, customizable replacement for UISegmentedControl and UISwitch written in Swift.
@@ -9,7 +9,7 @@ s.homepage = "https://github.com/gmarm/BetterSegmentedControl"
99
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
1010
s.license = 'MIT'
1111
s.author = { "George Marmaridis" => "[email protected]" }
12-
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.5" }
12+
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.6" }
1313
s.social_media_url = 'https://twitter.com/gmarmas'
1414
s.platform = :ios, '8.0'
1515
s.requires_arc = true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ it, simply add the following line to your Podfile:
3232

3333
_Swift 3.0_
3434
```ruby
35-
pod 'BetterSegmentedControl', '~> 0.5'
35+
pod 'BetterSegmentedControl', '~> 0.6'
3636
```
3737

3838
_Swift 2.x_
@@ -46,7 +46,7 @@ If you prefer using [Carthage](https://github.com/Carthage/Carthage), simply add
4646

4747
_Swift 3.0_
4848
```ruby
49-
github "gmarm/BetterSegmentedControl" ~> 0.5
49+
github "gmarm/BetterSegmentedControl" ~> 0.6
5050
```
5151

5252
_Swift 2.x_

0 commit comments

Comments
 (0)