forked from iluuu1994/ITProgressBar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathITProgressBar.podspec
More file actions
25 lines (17 loc) · 975 Bytes
/
ITProgressBar.podspec
File metadata and controls
25 lines (17 loc) · 975 Bytes
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 = "ITProgressBar"
s.version = "0.0.1"
s.summary = "ITProgressBar is a very lightweight progress bar replacement for OS X."
s.description = <<-DESC
`ITProgressBar` is a very lightweight progress bar replacement for OS X.
DESC
s.homepage = "https://github.com/iluuu1994/ITProgressBar"
s.screenshots = "https://github.com/iluuu1994/ITProgressBar/raw/master/demo1.png", "https://github.com/iluuu1994/ITProgressBar/raw/master/demo2.png", "https://github.com/iluuu1994/ITProgressBar/raw/master/demo3.png"
s.license = { :type => "MIT", :file => "README.md" }
s.author = { "Ilija Tovilo" => "support@ilijatovilo.ch" }
s.platform = :osx
s.source = { :git => "https://github.com/iluuu1994/ITProgressBar.git", :tag => '0.0.1' }
s.source_files = "ITProgressBar/Classes/*{h,m}"
s.frameworks = "Cocoa", "QuartzCore"
s.requires_arc = true
end