mirror of
https://github.com/kean/Pulse.git
synced 2026-04-30 21:02:27 +00:00
24 lines
650 B
Ruby
24 lines
650 B
Ruby
Pod::Spec.new do |s|
|
|
|
|
s.name = "PulseCore"
|
|
s.module_name = "Pulse"
|
|
s.version = "3.7.3"
|
|
s.summary = "Logging system for Apple platforms"
|
|
s.swift_version = "5.6"
|
|
|
|
s.description = <<-DESC
|
|
Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI.
|
|
DESC
|
|
|
|
s.homepage = "https://github.com/kean/Pulse"
|
|
s.license = "MIT"
|
|
s.author = { "kean" => "https://github.com/kean" }
|
|
s.authors = { "kean" => "https://github.com/kean" }
|
|
s.source = { :git => "https://github.com/kean/Pulse.git", :tag => "#{s.version}" }
|
|
s.social_media_url = "https://kean.blog/"
|
|
|
|
s.ios.deployment_target = "14.0"
|
|
s.source_files = "Sources/Pulse/**/*.swift"
|
|
|
|
end
|