forked from danielamitay/DACircularProgress
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDACircularProgress.podspec
More file actions
17 lines (17 loc) · 833 Bytes
/
DACircularProgress.podspec
File metadata and controls
17 lines (17 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "DACircularProgress"
s.version = "2.3.1"
s.summary = "DACircularProgress is a UIView subclass with circular UIProgressView properties."
s.description = <<-DESC
DACircularProgress is a UIView subclass with circular UIProgressView properties.
It was built to be an imitation of Facebook's photo progress indicator.
DESC
s.homepage = "https://github.com/danielamitay/DACircularProgress"
s.license = 'MIT'
s.author = { "Daniel Amitay" => "hello@danielamitay.com" }
s.source = { :git => "https://github.com/danielamitay/DACircularProgress.git", :tag => "2.3.1" }
s.platform = :ios, '5.0'
s.source_files = 'DACircularProgress'
s.framework = 'QuartzCore'
s.requires_arc = true
end