From 8549d5380a90add48592fbebd35a05acd0d7afbb Mon Sep 17 00:00:00 2001 From: caseyahenson Date: Thu, 26 Jul 2018 13:27:38 -0700 Subject: [PATCH] initial commit --- README.md | 4 ++-- emojione-ios.podspec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 62d2cfb..e2495f5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) * [support@emojione.com](mailto:support@emojione.com) -* [http://emojione.com](http://emojione.com) +* [https://www.emojione.com](https://www.emojione.com) * [https://twitter.com/emojione](https://twitter.com/emojione) diff --git a/emojione-ios.podspec b/emojione-ios.podspec index a87c69c..70ae1fb 100644 --- a/emojione-ios.podspec +++ b/emojione-ios.podspec @@ -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' => 'support@emojione.com' } - 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'