Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
rizumita committed Oct 25, 2015
1 parent 804193c commit aa906fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTCheckbox.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "CTCheckbox"
s.version = "0.0.4"
s.version = "0.0.5"
s.summary = "CTCheckbox is a checkbox UI component library for iOS."
s.homepage = "https://github.com/rizumita/CTCheckbox"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ryoichi Izumita" => "[email protected]" }
s.source = { :git => "https://github.com/rizumita/CTCheckbox.git", :tag => "0.0.4" }
s.source = { :git => "https://github.com/rizumita/CTCheckbox.git", :tag => "0.0.5" }
s.platform = :ios, '5.0'
s.source_files = 'CTCheckbox/CTCheckbox.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit aa906fa

Please sign in to comment.