Skip to content

Commit

Permalink
Merge branch 'release-1.6.28'
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 11, 2024
2 parents 083d7cc + 4d80d90 commit c0fe041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DTCoreText.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'DTCoreText'
spec.version = '1.6.28'
spec.platforms = {:ios => '13.0', :tvos => '13.0' }
spec.platforms = {:ios => '11.0', :tvos => '12.0' }
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m,c}'
spec.ios.source_files = 'Core/Source/iOS/*.{h,m,c}'
spec.dependency 'DTFoundation/Core', '~>1.7.5'
spec.dependency 'DTFoundation/UIKit', '~>1.7.5'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.7.5'
spec.dependency 'DTFoundation/DTAnimatedGIF', '~>1.7.5'
spec.dependency 'DTFoundation/Core', '~>1.7.19'
spec.dependency 'DTFoundation/UIKit', '~>1.7.19'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.7.19'
spec.dependency 'DTFoundation/DTAnimatedGIF', '~>1.7.19'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
spec.requires_arc = true
spec.homepage = 'https://github.com/Cocoanetics/DTCoreText'
Expand Down

0 comments on commit c0fe041

Please sign in to comment.