Skip to content

Commit

Permalink
Version 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 6, 2023
1 parent 4e4ef25 commit efcab02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.pulse-integration-examples";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -2291,6 +2292,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 4.0.0;
OTHER_SWIFT_FLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = "com.github.kean.pulse-integration-examples";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
4 changes: 2 additions & 2 deletions PulseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Pod::Spec.new do |s|

s.name = "PulseCore"
s.module_name = "Pulse"
s.version = "3.7.3"
s.version = "4.0.0"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.6"
s.swift_version = "5.7"

s.description = <<-DESC
Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI.
Expand Down
6 changes: 3 additions & 3 deletions PulseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Pod::Spec.new do |s|

s.name = "PulseUI"
s.module_name = "PulseUI"
s.version = "3.7.3"
s.version = "4.0.0"
s.summary = "Logging system for Apple platforms"
s.swift_version = "5.6"
s.swift_version = "5.7"

s.description = <<-DESC
Pulse is a powerful logging system for Apple Platforms. Native. Built with SwiftUI.
Expand All @@ -18,7 +18,7 @@ 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.dependency "PulseCore", '~> 3.0'
s.dependency "PulseCore", '~> 4.0'
s.source_files = "Sources/PulseUI/**/*.swift"

end

0 comments on commit efcab02

Please sign in to comment.