-
-
Notifications
You must be signed in to change notification settings - Fork 357
Expand file tree
/
Copy pathPulseCore.podspec
More file actions
23 lines (18 loc) · 650 Bytes
/
PulseCore.podspec
File metadata and controls
23 lines (18 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = "PulseCore"
s.module_name = "Pulse"
s.version = "4.2.7"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.7"
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