Skip to content

Commit

Permalink
Updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Marxon13 committed Jul 17, 2014
1 parent 8c3a6f1 commit b1637e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions M13Checkbox.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "M13Checkbox"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "A customizable checkbox for iOS that mimics the checkbox found on OS X, and Safari."

s.description = <<-DESC
Expand Down Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

s.platform = :ios, '6.0'

s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "1.1.0"}
s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "v1.1.1"}

s.source_files = 'Classes/*'

Expand Down

0 comments on commit b1637e5

Please sign in to comment.