Skip to content

Commit

Permalink
Updated podspec for 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Aug 1, 2013
1 parent d28c5f6 commit 51ff43d
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.1'
spec.version = '1.6.3'
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.4.5'
spec.dependency 'DTFoundation/UIKit', '~>1.4.5'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.4.5'
spec.dependency 'DTFoundation/Core', '~>1.5.0'
spec.dependency 'DTFoundation/UIKit', '~>1.5.0'
spec.dependency 'DTFoundation/DTHTMLParser', '~>1.5.0'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
spec.requires_arc = true
spec.homepage = 'https://github.com/Cocoanetics/DTCoreText'
Expand Down

0 comments on commit 51ff43d

Please sign in to comment.