Skip to content

Commit

Permalink
Create BMGlyphLabel.podspec
Browse files Browse the repository at this point in the history
Updated with new version which supports text justification not just alignment
  • Loading branch information
nicholascross committed Mar 29, 2014
1 parent 6d8102e commit 547f687
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions BMGlyphLabel/0.1.1/BMGlyphLabel.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = 'BMGlyphLabel'
s.version = '0.1.1'
s.summary = 'Use bitmap fonts generated from the bmGlyph app in SpriteKit'
s.author = {
'Stéphane Queraud' => 'squeraud@gmail.com'
}
s.source = {
:git => 'https://github.com/tapouillo/BMGlyphLabel.git',
:tag => s.version.to_s
}
s.license = {
:type => '???',
:file => 'LICENSE.txt'
}
s.source_files = 'BMGlyphLabel/*.{h,m}'
s.homepage = 'https://github.com/tapouillo/BMGlyphLabel'
s.platform = :ios, '7.0'
s.ios.frameworks = 'SpriteKit'
s.requires_arc = true
end

0 comments on commit 547f687

Please sign in to comment.