forked from mzeeshanid/MZDownloadManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MZDownloadManager.podspec
25 lines (18 loc) · 967 Bytes
/
MZDownloadManager.podspec
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
Pod::Spec.new do |s|
s.name = "MZDownloadManager"
s.version = "3.6.2"
s.summary = "NSURLSession based download manager."
s.description = <<-DESC
Download large files even in background, download multiple files, resume interrupted downloads.
DESC
s.homepage = "https://github.com/agusguerra10/MZDownloadManager"
s.screenshots = "https://cloud.githubusercontent.com/assets/2767152/3459842/0c40fe66-0211-11e4-90d8-d8942c8f8651.png"
s.license = 'BSD'
s.author = { "Agustin Guerra" => "[email protected]" }
s.source = { :git => "https://github.com/agusguerra10/MZDownloadManager.git", :tag => s.version }
s.social_media_url = 'https://twitter.com/lemonpieapps'
s.ios.deployment_target = '9.0'
s.source_files = 'MZDownloadManager/Classes/**/*'
s.frameworks = 'UIKit', 'Foundation'
s.swift_version = '5.0'
end