-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'FlyHUD' | ||
s.version = '1.5.11' | ||
s.version = '1.5.12' | ||
s.summary = 'A lightweight and easy-to-use HUD for iOS and tvOS apps.' | ||
s.description = <<-DESC | ||
FlyHUD is a lightweight and easy-to-use HUD designed to display | ||
|
@@ -11,6 +11,13 @@ Pod::Spec.new do |s| | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Liam' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/liam-i/FlyHUD.git', :tag => s.version.to_s } | ||
s.documentation_url = 'https://liam-i.github.io/FlyHUD/main/documentation/flyhud' | ||
s.screenshots = 'https://raw.githubusercontent.com/wiki/liam-i/FlyHUD/Screenshots/1-6.png' | ||
s.social_media_url = "https://liam-i.github.io" | ||
|
||
# 1.12.0: Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource bundle for the privacy manifest. | ||
# 1.13.0: visionOS is recognized as a platform. | ||
s.cocoapods_version = '>= 1.13.0' | ||
|
||
s.ios.deployment_target = '12.0' | ||
s.tvos.deployment_target = '12.0' | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.