Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Coledunsby committed Apr 18, 2024
1 parent 0b08d1d commit fe10a57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CDCodabarView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "CDCodabarView"
s.version = "1.1.0"
s.swift_version = "4.0"
s.version = "1.2.0"
s.swift_version = "5.0"
s.summary = "Codabar Barcode Generator for iOS."
s.homepage = "https://github.com/Coledunsby/CDCodabarView"
s.authors = { "Cole Dunsby" => "[email protected]" }
s.license = { :type => "MIT", :file => 'LICENSE' }
s.platform = :ios, "9.0"
s.platform = :ios, "12.0"
s.requires_arc = true
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => "v/#{s.version}" }
s.source_files = "*.swift"
Expand Down

0 comments on commit fe10a57

Please sign in to comment.