Files
AlertKit/SPAlert.podspec
T
2019-11-26 22:03:54 +03:00

20 lines
650 B
Ruby

Pod::Spec.new do |s|
s.name = "SPAlert"
s.version = "2.0.6"
s.summary = "Native alert from Apple Music & Feedback. Contains Done, Heart & Message presets."
s.homepage = "https://github.com/IvanVorobei/SPAlert"
s.source = { :git => "https://github.com/IvanVorobei/SPAlert.git", :tag => s.version }
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Ivan Vorobei" => "ivanvorobei@icloud.com" }
s.platform = :ios
s.ios.framework = 'UIKit'
s.swift_version = ['4.2', '5.0']
s.ios.deployment_target = "10.0"
s.source_files = "Source/SPAlert/**/*.swift"
end