Skip to content

Commit

Permalink
[Update] Emoticonizer (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Aug 21, 2012
1 parent 6437bbf commit 43e79a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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

0 comments on commit 43e79a3

Please sign in to comment.