Navigation Menu

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

Commit

Permalink
Merge pull request #8 from richarddas/master
Browse files Browse the repository at this point in the history
Added podspec
  • Loading branch information
Adrian Kosmaczewski committed May 2, 2013
2 parents a9a9aa4 + 0029a66 commit 9c39196
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CoreTextWrapper.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CoreTextWrapper'
s.version = '1.0.1'
s.license = 'LICENSE'
s.platform = :ios

s.summary = 'An Objective-C wrapper around Core Text for creating multi-column text and loading custom fonts.'
s.homepage = 'http://akosma.github.io/CoreTextWrapper'
s.author = { 'Adrian Kosmaczewski' => 'akosma@gmail.com' }
s.source = { :git => 'https://github.com/akosma/CoreTextWrapper.git', :tag => '1.0.1' }
end

0 comments on commit 9c39196

Please sign in to comment.