-
Notifications
You must be signed in to change notification settings - Fork 32
/
TTGEmojiRate.podspec
24 lines (20 loc) · 1.09 KB
/
TTGEmojiRate.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Pod::Spec.new do |s|
s.name = "TTGEmojiRate"
s.module_name = "TTGEmojiRate"
s.version = "0.3.0"
s.summary = "An emoji-based rating view for iOS, implemented in Swift."
s.description = <<-DESC
TTGEmojiRate is an emoji-based rating view for iOS which is implemented in Swift.
You can drop up and down on the Emoji face to change the rate with the color changing, which is more interactive.
TTGEmojiRate is also highly customizable that many features of it can be configure, like the emoji line width and the mouth width.
DESC
s.homepage = "https://github.com/zekunyan/TTGEmojiRate"
s.license = 'MIT'
s.author = { "zekunyan" => "zekunyan@163.com" }
s.source = { :git => "https://github.com/zekunyan/TTGEmojiRate.git", :tag => s.version.to_s }
s.social_media_url = 'http://tutuge.me'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.public_header_files = 'Pod/Classes/**/*.h'
end