-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathSnapTimer.podspec
More file actions
18 lines (16 loc) · 857 Bytes
/
SnapTimer.podspec
File metadata and controls
18 lines (16 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = "SnapTimer"
s.version = "1.0.1"
s.summary = "SnapTimer is an implementation of Snapchat's stories timer"
s.description = <<-DESC
Build a drop-in UIView that behaves exactly as Snapchat's stories timer. Easy to use and easy to extend.
DESC
s.homepage = "https://github.com/andresinaka/SnapTimer/tree/master"
s.screenshots = "https://github.com/andresinaka/SnapTimer/raw/master/images/ej3.gif", "https://github.com/andresinaka/SnapTimer/raw/master/images/sample-timers.png"
s.license = 'MIT'
s.author = "Andres Canal"
s.social_media_url = "http://twitter.com/andangc"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/andresinaka/SnapTimer.git", :tag => s.version }
s.source_files = "SnapTimer/**/*.swift"
end