We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b08d1d commit fe10a57Copy full SHA for fe10a57
1 file changed
CDCodabarView.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = "CDCodabarView"
3
- s.version = "1.1.0"
4
- s.swift_version = "4.0"
+ s.version = "1.2.0"
+ s.swift_version = "5.0"
5
s.summary = "Codabar Barcode Generator for iOS."
6
s.homepage = "https://github.com/Coledunsby/CDCodabarView"
7
s.authors = { "Cole Dunsby" => "coledunsby@gmail.com" }
8
s.license = { :type => "MIT", :file => 'LICENSE' }
9
- s.platform = :ios, "9.0"
+ s.platform = :ios, "12.0"
10
s.requires_arc = true
11
s.source = { :git => "https://github.com/Coledunsby/CDCodabarView.git", :tag => "v/#{s.version}" }
12
s.source_files = "*.swift"
0 commit comments