Skip to content

Commit

Permalink
🔄 synced local 'Specs/CircleProgrammableWalletSDK/' with remote 'Spec…
Browse files Browse the repository at this point in the history
…s/CircleProgrammableWalletSDK/'
  • Loading branch information
circle-github-action-bot committed Jul 8, 2024
1 parent 2d4c5df commit c94c8b2
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = 'CircleProgrammableWalletSDK'
s.version = '1.1.2'
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

0 comments on commit c94c8b2

Please sign in to comment.