Skip to content

Commit

Permalink
Updated podspec and README
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarm committed Apr 26, 2017
1 parent 20f67f0 commit 99f2ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions BetterSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
Pod::Spec.new do |s|
s.name = "BetterSegmentedControl"
s.version = "0.7"
s.version = "0.8"
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.
DESC
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" => "[email protected]" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.7" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "0.8" }
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.7'
pod 'BetterSegmentedControl', '~> 0.8'
```

_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.7
github "gmarm/BetterSegmentedControl" ~> 0.8
```

_Swift 2.x_
Expand Down

0 comments on commit 99f2ade

Please sign in to comment.