forked from epajot/iProgressHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathiProgressHUD.podspec
More file actions
17 lines (17 loc) · 818 Bytes
/
iProgressHUD.podspec
File metadata and controls
17 lines (17 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = 'iProgressHUD'
s.version = '1.2.2'
s.license = 'MIT'
s.summary = 'An elegant, lightweight and responsive progress HUD for iOS app with very simple usage. Available 32 indicators by NVActivityIndicatorView.'
s.homepage = 'https://github.com/epajot/iProgressHUD'
s.social_media_url = 'https://share.swiss'
s.authors = { 'epajot' => 'contact@pajot.ch' }
s.source = { :git => 'https://github.com/epajot/iProgressHUD.git', :tag => s.version }
s.platform = :ios, '15.0'
s.ios.deployment_target = '15.0'
s.frameworks = 'Foundation', 'UIKit'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.source_files = 'iProgressHUD/Sources/*.{swift,h}',
'iProgressHUD/Sources/**/*.{swift,h}',
'iProgressHUD/Sources/**/**/*.{swift,h}'
end