Skip to content

Commit

Permalink
Bumped podspec to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Sep 21, 2012
1 parent 8d5d173 commit ef0a0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DTCoreText.podspec
@@ -1,9 +1,9 @@
Pod::Spec.new do |spec|
spec.name = 'DTCoreText'
spec.version = '1.0.1'
spec.version = '1.0.2'
spec.platform = :ios
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => '1.0.1' }
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => '1.0.2' }
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 ef0a0a8

Please sign in to comment.