Skip to content

Commit 8f14ccf

Browse files
committedApr 13, 2019
updated podspec
1 parent 80a2ebd commit 8f14ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎AttributedTextView.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AttributedTextView'
3-
s.version = '1.4.0'
3+
s.version = '1.4.1'
44
s.license = { :type => "MIT", :file => "LICENSE" }
55
s.summary = 'Easiest way to create an attributed UILabel or UITextView (with support for multiple links and HTML)'
66
s.homepage = 'https://github.com/evermeer/AttributedTextView'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/evermeer/AttributedTextView.git", :tag => "v"+s.version.to_s }
1010
s.platforms = { :ios => "8.0" }
1111
s.requires_arc = true
12-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
12+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
1313
s.swift_version = '5.0'
1414
s.swift_versions = ['4.0', '4.2', '5.0']
1515

0 commit comments

Comments
 (0)
Please sign in to comment.