forked from SVProgressHUD/SVProgressHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSVProgressHUD.podspec
18 lines (16 loc) · 923 Bytes
/
SVProgressHUD.podspec
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 = 'SVProgressHUD'
s.version = '2.0.3'
s.ios.deployment_target = '6.1'
s.tvos.deployment_target = '9.0'
s.license = 'MIT'
s.summary = 'A clean and lightweight progress HUD for your iOS and tvOS app.'
s.homepage = 'https://github.com/SVProgressHUD/SVProgressHUD'
s.authors = { 'Sam Vermette' => '[email protected]', 'Tobias Tiemerding' => '[email protected]' }
s.source = { :git => 'https://github.com/SVProgressHUD/SVProgressHUD.git', :tag => s.version.to_s }
s.description = 'SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS. The success and error icons are from Freepik from Flaticon and are licensed under Creative Commons BY 3.0.'
s.source_files = 'SVProgressHUD/*.{h,m}'
s.framework = 'QuartzCore'
s.resources = 'SVProgressHUD/SVProgressHUD.bundle'
s.requires_arc = true
end