Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-troshkov committed Jun 3, 2024
1 parent 967f28b commit 7edf46e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
.library(name: "PianoAnalytics", targets: ["PianoAnalytics"])
],
dependencies: [
.package(url: "https://gitlab.com/piano-public/sdk/ios/packages/consents", .upToNextMinor(from: "1.0.6")),
.package(url: "https://gitlab.com/piano-public/sdk/ios/packages/consents", .upToNextMinor(from: "1.0.7")),
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion PianoAnalytics-AppExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DAT_EXTENSION' }
s.source_files = 'Sources/**/*.swift'
s.resource = 'Sources/PianoAnalytics/Resources/*'
s.dependency 'PianoConsents', "~> 1.0.6"
s.dependency 'PianoConsents', "~> 1.0.7"
s.platform = :ios, '10.0'
s.swift_versions = '5'
end
2 changes: 1 addition & 1 deletion PianoAnalytics.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = 'Piano Analytics'
s.requires_arc = true
s.source = { :git => 'https://github.com/at-internet/piano-analytics-apple.git', :tag => s.version}
s.dependency 'PianoConsents', "~> 1.0.6"
s.dependency 'PianoConsents', "~> 1.0.7"
s.module_name = 'PianoAnalytics'
s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '10.0'
Expand Down

0 comments on commit 7edf46e

Please sign in to comment.