Skip to content

Commit

Permalink
Revert "Update for 5.3.0"
Browse files Browse the repository at this point in the history
This reverts commit a51cde9.
  • Loading branch information
Chintan Patel committed Oct 12, 2022
1 parent a51cde9 commit 9e0e848
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
import PackageDescription

let package = Package(
name: "RELEASE_PACKAGE_NAME",
name: "TwilioVideo",
platforms: [
.iOS("12.2")
],
products: [
.library(
name: "RELEASE_PACKAGE_NAME",
targets: ["RELEASE_PACKAGE_NAME"]),
name: "TwilioVideo",
targets: ["TwilioVideo"]),
],
targets: [
.binaryTarget(
name: "RELEASE_PACKAGE_NAME",
url: "RELEASE_ARCHIVE_URL",
checksum: "RELEASE_CHECKSUM"
),
name: "TwilioVideo",
url: "https://github.com/twilio/twilio-video-ios/releases/download/5.2.1/TwilioVideo.xcframework.zip",
checksum: "f38bde50fc021e052d67e2aec2a9abf340b9f3008f613e46c5c4641c2324881a"
)
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ source 'https://github.com/CocoaPods/Specs'
platform :ios, '12.2'
target 'TARGET_NAME' do
pod 'TwilioVideo', '~> 5.3'
pod 'TwilioVideo', '~> 5.2'
end
```

Expand Down

0 comments on commit 9e0e848

Please sign in to comment.