From 15cffa1b1e872feb3962db8d4c6c6f56176845e1 Mon Sep 17 00:00:00 2001 From: undefined Date: Wed, 12 Jun 2024 09:37:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'Specs/CirclePr?= =?UTF-8?q?ogrammableWalletSDK/'=20with=20remote=20'Specs/CircleProgrammab?= =?UTF-8?q?leWalletSDK/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1.1.0/CircleProgrammableWalletSDK.podspec | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Specs/CircleProgrammableWalletSDK/1.1.0/CircleProgrammableWalletSDK.podspec diff --git a/Specs/CircleProgrammableWalletSDK/1.1.0/CircleProgrammableWalletSDK.podspec b/Specs/CircleProgrammableWalletSDK/1.1.0/CircleProgrammableWalletSDK.podspec new file mode 100644 index 0000000..3f2519d --- /dev/null +++ b/Specs/CircleProgrammableWalletSDK/1.1.0/CircleProgrammableWalletSDK.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'CircleProgrammableWalletSDK' + s.version = '1.1.0' + s.license = 'Apache License, Version 2.0' + s.summary = 'CircleProgrammableWalletSDK for iOS.' + s.homepage = 'https://www.circle.com/web3-services' + s.author = 'CIRCLE' + s.source = { :git => "https://github.com/circlefin/w3s-ios-sdk.git", + :tag => s.version } + + s.platform = :ios, '13.0' + s.swift_versions = ['5'] + + # Ensure developers won't hit CocoaPods/CocoaPods#11402 with the resource + # bundle for the privacy manifest. + s.cocoapods_version = '>= 1.12.0' + + s.ios.vendored_frameworks = 'Source/*.xcframework' + s.resources = 'Resources/*.bundle' + + # Dependency + s.dependency 'Alamofire', '5.9.0' + s.dependency 'DeviceKit', '5.2.0' + s.dependency 'SDWebImage', '5.18.10' + s.dependency 'IQKeyboardManagerSwift', '7.0.1' + s.dependency 'SnapKit', '5.7.1' + s.dependency 'BigInt', '5.2.0' + s.dependency 'GoogleSignIn', '7.1.0' + s.dependency 'FBSDKLoginKit', '17.0.2' + +end