Skip to content

Commit

Permalink
Updated README and podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarm committed Dec 17, 2016
1 parent e4c7385 commit 8bdf24b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BetterSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BetterSegmentedControl"
s.version = "0.5"
s.version = "0.6"
s.summary = "An easy to use, customizable replacement for UISegmentedControl & UISwitch."
s.description = <<-DESC
BetterSegmentedControl is an easy to use, customizable replacement for UISegmentedControl and UISwitch written in Swift.
Expand All @@ -9,7 +9,7 @@ s.homepage = "https://github.com/gmarm/BetterSegmentedControl"
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT'
s.author = { "George Marmaridis" => "gmarmas@gmail.com" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.5" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.6" }
s.social_media_url = 'https://twitter.com/gmarmas'
s.platform = :ios, '8.0'
s.requires_arc = true
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ it, simply add the following line to your Podfile:

_Swift 3.0_
```ruby
pod 'BetterSegmentedControl', '~> 0.5'
pod 'BetterSegmentedControl', '~> 0.6'
```

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

_Swift 3.0_
```ruby
github "gmarm/BetterSegmentedControl" ~> 0.5
github "gmarm/BetterSegmentedControl" ~> 0.6
```

_Swift 2.x_
Expand Down

0 comments on commit 8bdf24b

Please sign in to comment.