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

Fixed podspec #10

Merged
merged 1 commit into from
May 3, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CoreTextWrapper.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'CoreTextWrapper'
s.version = '1.0.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