-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSGDownload.podspec
More file actions
30 lines (15 loc) · 804 Bytes
/
SGDownload.podspec
File metadata and controls
30 lines (15 loc) · 804 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
26
27
28
29
30
Pod::Spec.new do |s|
s.name = "SGDownload"
s.version = "0.0.4"
s.summary = "An iOS big file download tool"
s.description = "SGDownload is used to download Through which you can download it for big files At the same time support offline breakpoint downloading."
s.homepage = "https://github.com/install-b/OfflineBreakpointDownload"
s.license = "MIT"
s.author = { "ShangenZhang" => "gkzhangshangen@163.com" }
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/install-b/OfflineBreakpointDownload.git", :tag => s.version }
s.source_files = "SGDwonload/*.{h,m}"
s.public_header_files = "SGDwonload/SGCacheManager.h", "SGDwonload/SGDownloadManager.h"
s.framework = "UIKit"
s.requires_arc = true
end