forked from Swiftify-Corp/IHProgressHUD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIHProgressHUD.podspec
executable file
·27 lines (22 loc) · 1.05 KB
/
IHProgressHUD.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
26
27
#
# Be sure to run `pod lib lint IHProgressHUD.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'IHProgressHUD'
s.version = '0.1.6'
s.summary = 'A clean and lightweight progress HUD for iOS and tvOS app based on SVProgressHUD, written in Swift.'
s.license = 'MIT'
s.homepage = 'https://github.com/Swiftify-Corp/IHProgressHUD/'
s.swift_version = "5.3"
s.author = { '[email protected]' => '[email protected]' }
s.source = { :git => 'https://github.com/Swiftify-Corp/IHProgressHUD.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/IbrahimH_ss_n'
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.source_files = 'Sources/IHProgressHUD/*.swift'
s.resources = 'Sources/IHProgressHUD/Resources/IHProgressHUD.bundle'
end