Files
SPIndicator/SPIndicator.podspec
T
Ivan Vorobei b2c8d7af5a Clean project.
2021-12-14 23:13:45 +03:00

18 lines
652 B
Ruby

Pod::Spec.new do |s|
s.name = 'SPIndicator'
s.version = '1.6.0'
s.summary = 'Floating indicator, mimicrate to indicator which appear when silent mode switched. Can be present from top and bottom. Interactive with gesters.'
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.by" }
s.swift_version = '5.1'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.source_files = 'Sources/SPIndicator/**/*.swift'
end