Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Oct 4, 2013
1 parent 40bd189 commit a179b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DTCoreText.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |spec|
spec.name = 'DTCoreText'
spec.version = '1.6.7'
spec.version = '1.6.8'
spec.platform = :ios, '4.3'
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.3'
spec.dependency 'DTFoundation/UIKit', '~>1.5.3'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.5.3'
spec.dependency 'DTFoundation/Core', '~>1.5.4'
spec.dependency 'DTFoundation/UIKit', '~>1.5.4'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.5.4'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
spec.requires_arc = true
spec.homepage = 'https://github.com/Cocoanetics/DTCoreText'
Expand Down

0 comments on commit a179b2a

Please sign in to comment.