diff --git a/BetterSegmentedControl.podspec b/BetterSegmentedControl.podspec index 77be591..17da203 100644 --- a/BetterSegmentedControl.podspec +++ b/BetterSegmentedControl.podspec @@ -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" => "gmarmas@gmail.com" } -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 diff --git a/README.md b/README.md index 6eef3d0..471e1f6 100644 --- a/README.md +++ b/README.md @@ -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_ @@ -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_