Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyahenson committed Jul 26, 2018
1 parent a26b18b commit 8549d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You'll find basic usage examples here in the [/EmojioneExamples/](EmojioneExampl

If you discover any bugs, feel free to create an issue on GitHub. We also welcome the open-source community to contribute to the project by forking it and issuing pull requests.

* [https://github.com/zenkimoto/emojione-ios/issues](https://github.com/zenkimoto/emojione-ios/issues)
* [https://github.com/zenkimoto/emojione-ios/issues](https://github.com/emojione/emojione-ios/issues)


### Contact
Expand All @@ -54,5 +54,5 @@ If you have any questions, comments, or concerns you are welcome to contact us.

* [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/emojione/emojione?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
* [[email protected]](mailto:[email protected])
* [http://emojione.com](http://emojione.com)
* [https://www.emojione.com](https://www.emojione.com)
* [https://twitter.com/emojione](https://twitter.com/emojione)
4 changes: 2 additions & 2 deletions emojione-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'emojione-ios'
s.version = '1.0.1'
s.version = '3.1.0'
s.summary = 'Official EmojiOne iOS Library'
s.description = 'EmojiOne iOS library to convert emoji into various formats, including conversion to EmojiOne emoji images.'
s.homepage = 'https://www.emojione.com'
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
s.author = { 'Alex Yip' => '[email protected]' }
s.source = { :git => 'https://github.com/zenkimoto/emojione-ios.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/emojione/emojione-ios.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/emojione'
s.ios.deployment_target = '11.0'
s.source_files = 'Emojione/Emojione/*.swift'
Expand Down

0 comments on commit 8549d53

Please sign in to comment.