Skip to content

Commit ce13fd8

Browse files
committed
4.2.7-beta1 updates
1 parent 3a6d94c commit ce13fd8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

FCSDKiOS/4.2.7-beta1/FCSDKiOS.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Pod::Spec.new do |s|
2+
s.name = 'FCSDKiOS'
3+
s.version = '4.2.7-beta1'
4+
s.summary = 'FCSDKiOS XCFramework'
5+
s.homepage = 'https://github.com/cbajapan/swift-fcsdk-ios'
6+
7+
s.author = { 'Name' => 'Communication Business Avenue, Inc.' }
8+
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'}
9+
10+
s.source = { :http => 'https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.7-beta1.xcframework.zip' }
11+
12+
s.platforms = { :ios => "11.0" }
13+
14+
s.vendored_frameworks = 'FCSDKiOS.xcframework'
15+
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
"FCSDKiOS",
2121
"WebRTC"
2222
]),
23-
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.6.xcframework.zip", checksum: "6627cb2ddb14462080763e00795e11451a53285ec3452eaef2fc709f35befc48"),
23+
.binaryTarget(name: "FCSDKiOS", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/client_sdk/FCSDKiOS-4.2.7-beta1.xcframework.zip", checksum: "80e30841e22a7d4bfdfe6cb96dd5c2dafb248ffe268381009e7a9df2785d1500"),
2424
.binaryTarget(name: "WebRTC", url: "https://swift-sdk.s3.us-east-2.amazonaws.com/real_time/WebRTC-m117.xcframework.zip", checksum: "7950151686d41d8fc33e69a9ad5bd47cad24d20691b4167e9fa4d8d156a8fca6")
2525
]
2626
)

0 commit comments

Comments
 (0)