Skip to content

Commit

Permalink
Updated pod version for Swift 4 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-mcquilkin-kr committed Sep 29, 2017
1 parent c457b86 commit 70ba93e
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 = "3.1.3"
s.version = "3.2.0"
s.summary = "A beautiful, customizable, extendable, animated checkbox for iOS."

s.description = <<-DESC
Expand Down Expand Up @@ -33,5 +33,5 @@ Pod::Spec.new do |s|
s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics'

s.requires_arc = true
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end

0 comments on commit 70ba93e

Please sign in to comment.