forked from Discontinuity-srl/DSFavIconManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDSFavIconManager.podspec
More file actions
22 lines (20 loc) · 851 Bytes
/
Copy pathDSFavIconManager.podspec
File metadata and controls
22 lines (20 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |s|
s.name = "DSFavIconManager"
s.version = "0.10.1"
s.summary = "DSFavIconManager is a complete solution for displaying favicons."
s.homepage = "https://github.com/Discontinuity-srl/DSFavIconManager"
s.author = { 'Fabio A. Pelosin' => 'fabio@discontinuity.it' }
s.source = { :git => "https://github.com/Discontinuity-srl/DSFavIconManager.git", :tag => "0.10.1" }
s.source_files = 'Classes'
s.requires_arc = true
s.license = "MIT"
s.description = <<-DESC
DSFavIconManager is a complete solution for displaying favicons.
Features:
- Download a favicon from the URL.
- Fast and concurrent.
- Cache icons in memory and in disk.
- It doesn't uses a full blown HTML parser.
- Optional fall-back to apple touch icons for retina displays.C
DESC
end