Skip to content

Commit

Permalink
Tagged DTCoreText 1.0.0 and made podspec point to that
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Feb 7, 2012
1 parent 2a455f5 commit d3e3b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTCoreText/1.0.0/DTCoreText.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |spec|
spec.version = '1.0.0'
spec.platform = :ios
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :commit => 'origin/master' }
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => '1.0.0' }
spec.source_files = 'Core/Source/*.{h,m,c}'
spec.clean_paths = 'Core/Test/', 'Core/DTCoreText-Info.plist', 'Core/DTCoreText-Prefix.pch', 'DTCoreText.xcodeproj/', 'Demo/', '.gitignore'
spec.frameworks = 'MediaPlayer', 'QuartzCore', 'CoreText', 'CoreGraphics', 'ImageIO'
Expand Down

0 comments on commit d3e3b34

Please sign in to comment.