-
Notifications
You must be signed in to change notification settings - Fork 5
/
SmileClock.podspec
25 lines (20 loc) · 940 Bytes
/
SmileClock.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
25
Pod::Spec.new do |s|
s.name = "SmileClock"
s.version = "0.0.1"
s.summary = "A library for make Clock UI simple."
s.description = <<-DESC
1. Live rendering in Storyboard.
2. Support customize Clock UI.
3. Data model easy to use.
DESC
s.homepage = "https://github.com/liu044100/SmileClock"
s.screenshots = "https://raw.githubusercontent.com/liu044100/SmileClock/master/SmileClock-Example/demo_gif/pro_banner.jpg"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { 'Rain' => '[email protected]' }
s.social_media_url = "https://dribbble.com/yuchenliu"
s.platform = :ios, '8.0'
s.requires_arc = true
s.source = { :git => "https://github.com/liu044100/SmileClock.git", :tag => s.version.to_s}
s.source_files = 'SmileClock/Classes/*.{swift}'
s.frameworks = 'UIKit'
end