Skip to content

Commit

Permalink
Merge pull request #17 from cbajapan/4.2.6-beta
Browse files Browse the repository at this point in the history
4.2.6-beta7 updates
  • Loading branch information
Cartisim authored Oct 16, 2023
2 parents 60a8f46 + 09acf51 commit 4835752
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions FCSDKiOS/4.2.6-beta7/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-beta7'
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-beta7.xcframework.zip' }

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

s.vendored_frameworks = 'FCSDKiOS.xcframework'
end

0 comments on commit 4835752

Please sign in to comment.