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

Commit

Permalink
added podspec
Browse files Browse the repository at this point in the history
added podspec
  • Loading branch information
richarddas committed May 2, 2013
1 parent a9a9aa4 commit 0029a66
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 0029a66

Please sign in to comment.