This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/YuAo/WUEmoticonsKeyboard
- Loading branch information
Showing
2 changed files
with
30 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "WUEmoticonsKeyboard" | ||
s.version = "0.1.0" | ||
s.summary = "Customizable emotion icons keyboard for iOS." | ||
|
||
s.description = <<-DESC | ||
WUEmoticonsKeyboard is created under the development of [Weico+](http://plus.weico.com), and is already being used in __[Weico+](http://plus.weico.com) for iOS__'s production code. | ||
#Features | ||
1. Fully customizable. | ||
2. UIAppearance support. | ||
3. Easy to build and use. | ||
4. Share the same layout with iOS's Emoji Keyboard. | ||
5. Multiple emotion icon groups support. | ||
DESC | ||
|
||
s.homepage = "https://github.com/YuAo/WUEmoticonsKeyboard" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "YuAo" => "me@imyuao.com" } | ||
s.platform = :ios, '6.0' | ||
s.source = { :git => "https://github.com/YuAo/WUEmoticonsKeyboard.git", :tag => "0.1.0" } | ||
s.source_files = 'WUEmoticonsKeyboard', 'WUEmoticonsKeyboard/**/*.{h,m}' | ||
s.frameworks = 'UIKit', 'Foundation' | ||
s.requires_arc = true | ||
|
||
end |
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