From 43e79a3115f6a33646242b5b0a0762513cd3b499 Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Tue, 21 Aug 2012 12:30:37 +0200 Subject: [PATCH] [Update] Emoticonizer (1.0.0) --- Emoticonizer/1.0.0/Emoticonizer.podspec | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Emoticonizer/1.0.0/Emoticonizer.podspec diff --git a/Emoticonizer/1.0.0/Emoticonizer.podspec b/Emoticonizer/1.0.0/Emoticonizer.podspec new file mode 100644 index 00000000000000..4eb6bbc932f966 --- /dev/null +++ b/Emoticonizer/1.0.0/Emoticonizer.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "Emoticonizer" + s.version = "1.0.0" + s.summary = "Converts a given string with common chat smileys like :) to emoji symbols." + s.homepage = "https://github.com/larsschwegmann/Emoticonizer" + s.license = { + :type => 'Attribution 3.0 Unported (CC BY 3.0)', + :text => <<-LICENSE + This Project is released under the Creative Commons 3.0 unported license: http://creativecommons.org/licenses/by/3.0/ + https://github.com/larsschwegmann/Emoticonizer + LICENSE + } + s.author = { "Lars Schwegmann" => "larsob@me.com" } + s.source = { :git => "https://github.com/larsschwegmann/Emoticonizer.git", :tag => "1.0.0"} + s.source_files = 'Emoticonizer.{h,m}' + s.requires_arc = true +end