Skip to content

Commit fe10a57

Browse files
committed
update podspec
1 parent 0b08d1d commit fe10a57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CDCodabarView.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "CDCodabarView"
3-
s.version = "1.1.0"
4-
s.swift_version = "4.0"
3+
s.version = "1.2.0"
4+
s.swift_version = "5.0"
55
s.summary = "Codabar Barcode Generator for iOS."
66
s.homepage = "https://github.com/Coledunsby/CDCodabarView"
77
s.authors = { "Cole Dunsby" => "coledunsby@gmail.com" }
88
s.license = { :type => "MIT", :file => 'LICENSE' }
9-
s.platform = :ios, "9.0"
9+
s.platform = :ios, "12.0"
1010
s.requires_arc = true
1111
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => "v/#{s.version}" }
1212
s.source_files = "*.swift"

0 commit comments

Comments
 (0)