Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Nov 9, 2014
1 parent c95fbdf commit 750e70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMViralSwitch.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AMViralSwitch"
s.version = "0.0.1"
s.version = "0.1"
s.summary = "Dropin replacement of UISwitch that 'infects' the parent view with the onTintColor when the switch is turned on."

s.description = <<-DESC
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/andreamazz/ViralSwitch"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/ViralSwitch.git", :tag => '0.0.1' }
s.source = { :git => "https://github.com/andreamazz/ViralSwitch.git", :tag => '0.1' }
s.platform = :ios, '7.0'
s.source_files = 'ViralSwitch', '*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 750e70e

Please sign in to comment.