Skip to content

Commit

Permalink
Azure Pipelines: Add new version of package checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
cba-githubdeploy committed Mar 22, 2023
1 parent 7665b8d commit 161e5ed
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions FCSDKiOS/4.2.0/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.0'
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.0.xcframework.zip' }

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

s.vendored_frameworks = 'FCSDKiOS.xcframework'
end

0 comments on commit 161e5ed

Please sign in to comment.