parent
b8ea93ecd4
commit
1f72e72627
10
Podfile
10
Podfile
|
@ -1,13 +1,12 @@
|
|||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :ios, '16.6'
|
||||
|
||||
target 'SodaLive' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive
|
||||
pod 'BootpayUI', '4.4.0'
|
||||
pod 'ObjectBox'
|
||||
pod 'BootpayUI', '4.4.6'
|
||||
|
||||
end
|
||||
|
||||
|
@ -16,8 +15,7 @@ target 'SodaLive-dev' do
|
|||
use_frameworks!
|
||||
|
||||
# Pods for SodaLive-dev
|
||||
pod 'BootpayUI', '4.4.0'
|
||||
pod 'ObjectBox'
|
||||
pod 'BootpayUI', '4.4.6'
|
||||
|
||||
end
|
||||
|
||||
|
@ -25,7 +23,7 @@ post_install do |installer|
|
|||
installer.generated_projects.each do |project|
|
||||
project.targets.each do |target|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '16.6'
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
36
Podfile.lock
36
Podfile.lock
|
@ -1,32 +1,26 @@
|
|||
PODS:
|
||||
- Alamofire (5.9.1)
|
||||
- Bootpay (4.4.4):
|
||||
- Alamofire (5.10.2)
|
||||
- Bootpay (4.4.6):
|
||||
- CryptoSwift
|
||||
- NVActivityIndicatorView
|
||||
- ObjectMapper
|
||||
- BootpayUI (4.4.0):
|
||||
- BootpayUI (4.4.6):
|
||||
- Alamofire
|
||||
- Bootpay (~> 4.4.0)
|
||||
- Bootpay (~> 4.4.6)
|
||||
- CryptoSwift
|
||||
- JGProgressHUD
|
||||
- ObjectMapper
|
||||
- SCLAlertView
|
||||
- SnapKit
|
||||
- SwiftyJSON
|
||||
- CryptoSwift (1.8.3)
|
||||
- JGProgressHUD (2.2)
|
||||
- CryptoSwift (1.8.4)
|
||||
- NVActivityIndicatorView (5.2.0):
|
||||
- NVActivityIndicatorView/Base (= 5.2.0)
|
||||
- NVActivityIndicatorView/Base (5.2.0)
|
||||
- ObjectBox (1.8.1)
|
||||
- ObjectMapper (4.4.2)
|
||||
- SCLAlertView (0.8)
|
||||
- SnapKit (5.7.1)
|
||||
- SwiftyJSON (5.0.2)
|
||||
|
||||
DEPENDENCIES:
|
||||
- BootpayUI (= 4.4.0)
|
||||
- ObjectBox
|
||||
- BootpayUI (= 4.4.6)
|
||||
|
||||
SPEC REPOS:
|
||||
trunk:
|
||||
|
@ -34,27 +28,21 @@ SPEC REPOS:
|
|||
- Bootpay
|
||||
- BootpayUI
|
||||
- CryptoSwift
|
||||
- JGProgressHUD
|
||||
- NVActivityIndicatorView
|
||||
- ObjectBox
|
||||
- ObjectMapper
|
||||
- SCLAlertView
|
||||
- SnapKit
|
||||
- SwiftyJSON
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
Alamofire: f36a35757af4587d8e4f4bfa223ad10be2422b8c
|
||||
Bootpay: ed9b04d0061931d4bb0c6a2e14dc44222168fde6
|
||||
BootpayUI: 58e4c9a23ffb65b8023ef9f3dcb1d70090599e69
|
||||
CryptoSwift: 967f37cea5a3294d9cce358f78861652155be483
|
||||
JGProgressHUD: d83d7a981b85d11205e19ff8ad5bb9c40571c847
|
||||
Alamofire: 7193b3b92c74a07f85569e1a6c4f4237291e7496
|
||||
Bootpay: cd7f0542b096ab0af0b09a6e12a6b87f2cbbb531
|
||||
BootpayUI: bf37f6d2aba74fb5fa1331fbb7188027487041f9
|
||||
CryptoSwift: e64e11850ede528a02a0f3e768cec8e9d92ecb90
|
||||
NVActivityIndicatorView: fe52a6a68664c2df8991d7d9e3d86d8d19453c53
|
||||
ObjectBox: a7900d5335218cd437cbc080b7ccc38a5211f7b4
|
||||
ObjectMapper: e6e4d91ff7f2861df7aecc536c92d8363f4c9677
|
||||
SCLAlertView: 6a77bb2edfc65e04dbe57725546cb4107a506b85
|
||||
SnapKit: d612e99e678a2d3b95bf60b0705ed0a35c03484a
|
||||
SwiftyJSON: f5b1bf1cd8dd53cd25887ac0eabcfd92301c6a5a
|
||||
|
||||
PODFILE CHECKSUM: 48980f586cd82e7704768a64fd3ca78a3c3cb0c6
|
||||
PODFILE CHECKSUM: 60f01d7963f5f5ca52a566ebb5c88570e2896b99
|
||||
|
||||
COCOAPODS: 1.15.2
|
||||
COCOAPODS: 1.16.2
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"originHash" : "a28a1cfc016af3a4b862bc113cbf664d4af66d915c851ea4b7992f9bbe49ab27",
|
||||
"originHash" : "13d9b1c547710ff7af1ec6171e21afef48167b871cb597062e7133fa01a478fc",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "abseil-cpp-binary",
|
||||
|
@ -172,6 +172,15 @@
|
|||
"version" : "1.16.0"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "objectbox-swift-spm",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/objectbox/objectbox-swift-spm",
|
||||
"state" : {
|
||||
"branch" : "main",
|
||||
"revision" : "01fdb75f9c6da0c2a378598ef0c4bac6e777f3c1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "popupview",
|
||||
"kind" : "remoteSourceControl",
|
||||
|
|
Loading…
Reference in New Issue