Skip to content

Commit

Permalink
Merge pull request #14 from cbajapan/4.2.6-beta
Browse files Browse the repository at this point in the history
4.2.6-beta5 updates
  • Loading branch information
Cartisim authored Oct 5, 2023
2 parents a8e237a + b70690e commit b6f4adb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions FCSDKiOS/4.2.6-beta5/FCSDKiOS.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'FCSDKiOS'
s.version = '4.2.6-beta5'
s.summary = 'FCSDKiOS XCFramework'
s.homepage = 'https://github.com/cbajapan/swift-fcsdk-ios'

s.author = { 'Name' => 'Communication Business Avenue, Inc.' }
s.license = { :type => 'Commercial', :text => 'Copyright Communication Business Avenue, Inc. Use of this software is subject to the terms and conditions located at https://github.com/cbajapan/swift-fcsdk-ios/blob/main/License.txt'}

s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta5.xcframework.zip' }

s.platforms = { :ios => "11.0" }

s.vendored_frameworks = 'FCSDKiOS.xcframework'
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
"FCSDKiOS",
"WebRTC"
]),
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta3.xcframework.zip", checksum: "74f1288b8fbca9c5b4b8f57c9c76adf7b7dfa1760f3797c2192efeac6c7fa05d"),
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m110.xcframework.zip", checksum: "2750cf1087b2441d67208ca2b0905578b4ad1797a68d2d2758d0f075500f0011")
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6-beta5.xcframework.zip", checksum: "2b7d497effc0c0fbcd945be94a74d4c9bbba85fbf8cd1b6118c873f689f0c8ef"),
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
]
)

0 comments on commit b6f4adb

Please sign in to comment.