Files
PopupView/ExytePopupView.podspec
AlisaMylnikova e958d95620 New popup using UIWindow (WIP)
animatableOpacity changes

Fix

Fix

Update
2025-01-16 18:31:26 +07:00

27 lines
791 B
Ruby

Pod::Spec.new do |s|
s.name = "ExytePopupView"
s.version = "4.0.0"
s.summary = "SwiftUI library for toasts, alerts and popups"
s.homepage = 'https://github.com/exyte/PopupView.git'
s.license = 'MIT'
s.author = { 'Exyte' => 'info@exyte.com' }
s.source = { :git => 'https://github.com/exyte/PopupView.git', :tag => s.version.to_s }
s.social_media_url = 'http://exyte.com'
s.ios.deployment_target = '15.0'
s.osx.deployment_target = '11.0'
s.tvos.deployment_target = '14.0'
s.watchos.deployment_target = '7.0'
s.requires_arc = true
s.swift_version = "5.2"
s.source_files = [
'Sources/*.h',
'Sources/*.swift',
'Sources/**/*.swift'
]
s.ios.dependency 'SwiftUIIntrospect'
end