Skip to content

Commit 7107d65

Browse files
committed
Update podspec
1 parent 6a94a66 commit 7107d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

StyledText.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'StyledText'
3-
s.version = '1.3.0'
3+
s.version = '1.4.0'
44
s.summary = 'Declarative text styles and simple Dynamic Type support for iOS'
55
s.description = <<-DESC
66
StyledText is a library that simplifies styling dynamic text in iOS applications. Instead of having to use attributed strings every time you need to update text, you can declaratively set a text style on your labels. When the text of the label is updated, the label uses the preset style.
@@ -9,8 +9,8 @@ Pod::Spec.new do |s|
99
s.license = { :type => 'MIT', :file => 'LICENSE' }
1010
s.author = { 'huebnerob' => '[email protected]' }
1111
s.source = { :git => 'https://github.com/blueapron/styled-text.git', :tag => 'v' + s.version.to_s }
12-
s.ios.deployment_target = '10.0'
13-
s.swift_version = '5.0'
12+
s.ios.deployment_target = '12.0'
13+
s.swift_version = '5.7'
1414
s.source_files = 'Sources/StyledText/Classes/**/*'
1515
s.frameworks = 'UIKit'
1616
end

0 commit comments

Comments
 (0)