forked from antoniocasero/ACPDownload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathACPDownload.podspec
More file actions
18 lines (15 loc) · 794 Bytes
/
ACPDownload.podspec
File metadata and controls
18 lines (15 loc) · 794 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 = 'ACPDownload'
s.version = '1.1.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/antoniocasero/ACPDownload'
s.authors = {'Antonio Casero' => 'anto.casero@gmail.com'}
s.summary = 'ACPDownload provides a download indicator with 4 different states. '
s.screenshots = ["http://antoniocasero.github.io/ACPDownload/screenshots/acpdownload-gif.gif",
"http://antoniocasero.github.io/ACPDownload/screenshots/acpdownload-screenshot-1.png"]
# Source Info
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/antoniocasero/ACPDownload.git", :tag => s.version.to_s }
s.source_files = 'ACPDownload'
s.requires_arc = true
end