Files
ProgressHUD/ProgressHUD.podspec
Related Code 9364904a42 14.1.3
2024-05-09 07:39:54 +02:00

20 lines
669 B
Ruby

Pod::Spec.new do |s|
s.name = 'ProgressHUD'
s.version = '14.1.3'
s.license = 'MIT'
s.summary = 'A lightweight and easy-to-use Progress HUD for iOS.'
s.homepage = 'https://relatedcode.com'
s.author = { 'Related Code' => 'info@relatedcode.com' }
s.source = { :git => 'https://github.com/relatedcode/ProgressHUD.git', :tag => s.version }
s.source_files = 'ProgressHUD/Sources/*.swift', 'ProgressHUD/Sources/Animations/*.swift'
s.resource_bundles = {'ProgressHUD' => ['ProgressHUD/Sources/PrivacyInfo.xcprivacy']}
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }
s.swift_version = '5.0'
s.platform = :ios, '13.0'
s.requires_arc = true
end