forked from amerhukic/AHDownloadButton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AHDownloadButton.podspec
21 lines (18 loc) · 1.01 KB
/
AHDownloadButton.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |s|
s.name = 'AHDownloadButton'
s.version = '1.2.0'
s.summary = 'Customisable download button with progress animation'
s.description = <<-DESC
AHDownloadButton is a customisable download button similar to the download button in the latest version of Apple's App Store app (since iOS 11).
It features download progress animation as well as animated transitions between download states: start download, pending, downloading and downloaded.
DESC
s.homepage = 'https://github.com/amerhukic/AHDownloadButton'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Amer Hukić' => '[email protected]' }
s.source = { :git => 'https://github.com/amerhukic/AHDownloadButton.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/hukicamer'
s.ios.deployment_target = '8.0'
s.source_files = 'AHDownloadButton/Classes/**/*'
s.frameworks = 'UIKit'
s.swift_version = '5.0'
end