Skip to content

Commit

Permalink
MBX-0000 MindboxLogger version UP
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Apr 5, 2024
1 parent f7ab81e commit 38d2280
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Mindbox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |spec|
'Mindbox' => ['Mindbox/**/*.xcassets', 'Mindbox/**/*.xcdatamodeld', 'Mindbox/**/*.xcprivacy']
}
spec.swift_version = "5"
spec.dependency 'MindboxLogger', '0.0.6'
spec.dependency 'MindboxLogger', '0.0.7'

end
2 changes: 1 addition & 1 deletion MindboxLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MindboxLogger"
spec.version = "0.0.6"
spec.version = "0.0.7"
spec.summary = "SDK for utilities to work with Mindbox"
spec.description = "-"
spec.homepage = "https://github.com/mindbox-cloud/ios-sdk"
Expand Down
2 changes: 1 addition & 1 deletion MindboxNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |spec|
'MindboxNotifications' => ['MindboxNotifications/**/*.xcprivacy']
}
spec.swift_version = "5"
spec.dependency 'MindboxLogger', '0.0.6'
spec.dependency 'MindboxLogger', '0.0.7'

end

0 comments on commit 38d2280

Please sign in to comment.