Skip to content

Commit

Permalink
Moved DTFoundation requirement to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 20, 2013
1 parent 8a87fda commit a312ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DTCoreText.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Pod::Spec.new do |spec|
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.dependency 'DTFoundation/Core', '~>1.5.1'
spec.dependency 'DTFoundation/UIKit', '~>1.5.1'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.5.1'
spec.dependency 'DTFoundation/Core', '~>1.5.3'
spec.dependency 'DTFoundation/UIKit', '~>1.5.3'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.5.3'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
spec.requires_arc = true
spec.homepage = 'https://github.com/Cocoanetics/DTCoreText'
Expand Down

0 comments on commit a312ece

Please sign in to comment.