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