Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions LookingGlassUI.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'LookingGlassUI'
s.version = '0.3.1'
s.summary = 'SwiftUI views that can rotate views based on device orientation.'

s.description = <<-DESC
SwiftUI views that can rotate views based on device orientation. It's especially useful in faking a light reflection to create a shimmering effect when the device rotates.
DESC

s.homepage = 'https://github.com/fethica/FRadioPlayer'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s.author = { 'Ryan Lintott' => '@ryanlintott' }
s.source = { :git => 'https://github.com/ryanlintott/LookingGlassUI.git', :tag => s.version.to_s }
s.ios.deployment_target = '14.0'
s.source_files = 'Sources/LookingGlassUI/**/*.swift'
end