-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 created local 'Specs/CircleProgrammableWalletSDK_static/' from remo…
…te 'Specs/CircleProgrammableWalletSDK_static/'
- Loading branch information
1 parent
e62c210
commit 2e30c52
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
Specs/CircleProgrammableWalletSDK_static/1.1.3/CircleProgrammableWalletSDK_static.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CircleProgrammableWalletSDK_static' | ||
s.version = '1.1.3' | ||
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/static/CircleProgrammableWalletSDK.xcframework' | ||
s.resources = 'Resources/*.bundle' | ||
|
||
s.static_framework = true | ||
|
||
# Dependency | ||
s.dependency 'GoogleSignIn', '7.1.0' | ||
s.dependency 'FBSDKLoginKit', '17.0.2' | ||
|
||
end |
27 changes: 27 additions & 0 deletions
27
Specs/CircleProgrammableWalletSDK_static/1.1.4/CircleProgrammableWalletSDK_static.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'CircleProgrammableWalletSDK_static' | ||
s.version = '1.1.4' | ||
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/static/CircleProgrammableWalletSDK.xcframework' | ||
s.resources = 'Resources/*.bundle' | ||
|
||
s.static_framework = true | ||
|
||
# Dependency | ||
s.dependency 'GoogleSignIn', '7.1.0' | ||
s.dependency 'FBSDKLoginKit', '17.0.2' | ||
|
||
end |