Skip to content

Commit

Permalink
Updated podspec for updates in DTFoundation spec
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Jul 29, 2013
1 parent 8a6c920 commit 56acf39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DTCoreText.podspec
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.4.3'
spec.dependency 'DTFoundation/UIKit', '~>1.4.3'
spec.dependency 'DTFoundation/DTHMLParser', '~>1.4.3'
spec.dependency 'DTFoundation/Core', '~>1.4.5'
spec.dependency 'DTFoundation/UIKit', '~>1.4.5'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.4.5'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
spec.requires_arc = true
spec.homepage = 'https://github.com/Cocoanetics/DTCoreText'
Expand Down

0 comments on commit 56acf39

Please sign in to comment.