We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2ebd commit 8f14ccfCopy full SHA for 8f14ccf
AttributedTextView.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'AttributedTextView'
3
- s.version = '1.4.0'
+ s.version = '1.4.1'
4
s.license = { :type => "MIT", :file => "LICENSE" }
5
s.summary = 'Easiest way to create an attributed UILabel or UITextView (with support for multiple links and HTML)'
6
s.homepage = 'https://github.com/evermeer/AttributedTextView'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.source = { :git => "https://github.com/evermeer/AttributedTextView.git", :tag => "v"+s.version.to_s }
10
s.platforms = { :ios => "8.0" }
11
s.requires_arc = true
12
- s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
+ s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
13
s.swift_version = '5.0'
14
s.swift_versions = ['4.0', '4.2', '5.0']
15
0 commit comments