forked from lightdesign/LDProgressView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLFProgressView.podspec
More file actions
14 lines (14 loc) · 920 Bytes
/
LFProgressView.podspec
File metadata and controls
14 lines (14 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.new do |s|
s.name = 'LFProgressView'
s.version = '1.3.5'
s.summary = 'A configurable progress view with a single color setter written in CoreGraphics from LDProgressView'
s.description = 'A flat or gradient progress view with a simple color setter and customizable options written in pure Core Graphics. Added some attributes to LDProgressView.'
s.homepage = 'https://github.com/superarts/LDProgressView'
s.license = {:type => 'MIT', :file => 'LICENSE'}
s.author = {'Light Design' => 'lightdesigncoding@icloud.com', 'Christian Di Lorenzo' => 'rcddeveloper@icloud.com', 'Leo' => 'leo@superarts.org'}
s.source = {:git => 'https://github.com/superarts/LDProgressView.git', :tag => s.version.to_s}
s.platform = :ios, '6.0'
s.source_files = 'LDProgressView/LFProgressView.*', 'LDProgressView/LDProgressView.*', 'LDProgressView/UIColor+RGBValues.*'
s.framework = 'CoreGraphics'
s.requires_arc = true
end