File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'FootprintOnboardingComponents'
3
3
# Do not change this line as it is automatically updated by the GitHub action
4
- s . version = '0.2.35 '
4
+ s . version = '0.2.41 '
5
5
s . summary = 'A package for Swift onboarding components.'
6
6
s . description = <<-DESC
7
7
Footprint-powered onboarding flows to your application
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ let package = Package(
19
19
// Define the binary target for the shared framework.
20
20
. binaryTarget(
21
21
name: " SwiftOnboardingComponentsShared " ,
22
- url: " https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.35 /SwiftOnboardingComponentsShared.xcframework.zip " ,
23
- checksum: " "
22
+ url: " https://github.com/onefootprint/Swift-Onboarding-Components/releases/download/0.2.41 /SwiftOnboardingComponentsShared.xcframework.zip " ,
23
+ checksum: " 18373b2fc47291ee3372c3e6d2c757c6cc66345476a3b9920ce476949d69af51 "
24
24
) , // Define the internal target that depends on the binary target.
25
25
. target(
26
26
name: " Footprint " ,
Original file line number Diff line number Diff line change 1
1
### Changelog for Swift onboarding components SDK
2
2
* Updating this file is one of the requirements for GitHub CI/CD for Swift package release*
3
3
4
- # v0.2.35
5
- Initial test release
4
+ # v0.2.41
5
+ Initial test release!
6
6
You can’t perform that action at this time.
0 commit comments