Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Updated version in the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed May 3, 2013
1 parent 7b99d13 commit 3b0280a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CoreTextWrapper.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CoreTextWrapper'
s.version = '1.0.1'
s.version = '1.1'
s.authors = { 'Adrian Kosmaczewski' => 'akosma@gmail.com' }
s.license = 'LICENSE'
s.homepage = 'http://akosma.github.io/CoreTextWrapper'
s.summary = 'An Objective-C wrapper around Core Text for creating multi-column text and loading custom fonts.'
s.source = { :git => 'https://github.com/akosma/CoreTextWrapper.git', :tag => "#{s.version}" }
s.source_files = "Classes/**/*.*"
s.platform = :ios
end
end

0 comments on commit 3b0280a

Please sign in to comment.