From 547f6879749073d6b9d83fe765894aa1045f4d0e Mon Sep 17 00:00:00 2001 From: nacrossweb Date: Sat, 29 Mar 2014 13:12:58 +1100 Subject: [PATCH] Create BMGlyphLabel.podspec Updated with new version which supports text justification not just alignment --- BMGlyphLabel/0.1.1/BMGlyphLabel.podspec | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 BMGlyphLabel/0.1.1/BMGlyphLabel.podspec diff --git a/BMGlyphLabel/0.1.1/BMGlyphLabel.podspec b/BMGlyphLabel/0.1.1/BMGlyphLabel.podspec new file mode 100644 index 00000000000000..36fa9f7ded4ee2 --- /dev/null +++ b/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