diff --git a/M13Checkbox.podspec b/M13Checkbox.podspec index e7aac9e..4719e69 100644 --- a/M13Checkbox.podspec +++ b/M13Checkbox.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "M13Checkbox" - s.version = "1.1.1" + s.version = "1.1.2" s.summary = "A customizable checkbox for iOS that mimics the checkbox found on OS X, and Safari." s.description = <<-DESC @@ -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 => "v1.1.1"} + s.source = { :git => "https://github.com/Marxon13/M13Checkbox.git", :tag => "v1.1.2"} s.source_files = 'Classes/*'