Files
SPIndicator/SPIndicator.podspec
T
Ivan Vorobei ef2a58d6d0 Updated email.
2022-02-27 20:39:49 +04:00

18 lines
626 B
Ruby

Pod::Spec.new do |s|
s.name = 'SPIndicator'
s.version = '1.6.4'
s.summary = 'Floating indicator, mimicrate to indicator which appear when silent mode switched. Can be present from top and bottom.'
s.homepage = 'https://github.com/ivanvorobei/SPIndicator'
s.source = { :git => 'https://github.com/ivanvorobei/SPIndicator.git', :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Ivan Vorobei" => "hello@ivanvorobei.io" }
s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.source_files = 'Sources/SPIndicator/**/*.swift'
end