This repository has been archived by the owner on Aug 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a26b18b
commit 8549d53
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
* [[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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|