mirror of
https://github.com/Finb/Bark.git
synced 2025-12-08 21:36:01 +00:00
Fix Podfile
This commit is contained in:
parent
0d79a98d68
commit
d97abb5c33
6
Podfile
6
Podfile
@ -15,8 +15,7 @@ def pods
|
|||||||
pod 'ObjectMapper'
|
pod 'ObjectMapper'
|
||||||
pod 'SwiftyJSON'
|
pod 'SwiftyJSON'
|
||||||
pod 'DeviceKit'
|
pod 'DeviceKit'
|
||||||
pod 'DefaultsKit', :git => 'https://github.com/nmdias/DefaultsKit'
|
pod 'DefaultsKit'
|
||||||
# pod 'IceCream'
|
|
||||||
pod 'RealmSwift'
|
pod 'RealmSwift'
|
||||||
pod 'CryptoSwift'
|
pod 'CryptoSwift'
|
||||||
pod 'IQKeyboardManagerSwift/IQKeyboardToolbarManager'
|
pod 'IQKeyboardManagerSwift/IQKeyboardToolbarManager'
|
||||||
@ -47,7 +46,6 @@ end
|
|||||||
|
|
||||||
|
|
||||||
target 'NotificationServiceExtension' do
|
target 'NotificationServiceExtension' do
|
||||||
# pod 'IceCream'
|
|
||||||
pod 'RealmSwift'
|
pod 'RealmSwift'
|
||||||
pod 'Kingfisher'
|
pod 'Kingfisher'
|
||||||
pod 'CryptoSwift'
|
pod 'CryptoSwift'
|
||||||
@ -66,8 +64,6 @@ post_install do |installer|
|
|||||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
|
||||||
end
|
end
|
||||||
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
|
config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
|
||||||
config.build_settings['ARCHS'] = nil
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
10
Podfile.lock
10
Podfile.lock
@ -74,7 +74,7 @@ PODS:
|
|||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
- CryptoSwift
|
- CryptoSwift
|
||||||
- DefaultsKit (from `https://github.com/nmdias/DefaultsKit`)
|
- DefaultsKit
|
||||||
- DeviceKit
|
- DeviceKit
|
||||||
- DropDown
|
- DropDown
|
||||||
- FDFullscreenPopGesture
|
- FDFullscreenPopGesture
|
||||||
@ -102,6 +102,7 @@ SPEC REPOS:
|
|||||||
https://github.com/CocoaPods/Specs.git:
|
https://github.com/CocoaPods/Specs.git:
|
||||||
- Alamofire
|
- Alamofire
|
||||||
- CryptoSwift
|
- CryptoSwift
|
||||||
|
- DefaultsKit
|
||||||
- DeviceKit
|
- DeviceKit
|
||||||
- Differentiator
|
- Differentiator
|
||||||
- DropDown
|
- DropDown
|
||||||
@ -134,15 +135,10 @@ SPEC REPOS:
|
|||||||
- SwiftyStoreKit
|
- SwiftyStoreKit
|
||||||
|
|
||||||
EXTERNAL SOURCES:
|
EXTERNAL SOURCES:
|
||||||
DefaultsKit:
|
|
||||||
:git: https://github.com/nmdias/DefaultsKit
|
|
||||||
MercariQRScanner:
|
MercariQRScanner:
|
||||||
:git: https://github.com/Finb/QRScanner
|
:git: https://github.com/Finb/QRScanner
|
||||||
|
|
||||||
CHECKOUT OPTIONS:
|
CHECKOUT OPTIONS:
|
||||||
DefaultsKit:
|
|
||||||
:commit: 44a67e92af2804074216efec2d756a371404788c
|
|
||||||
:git: https://github.com/nmdias/DefaultsKit
|
|
||||||
MercariQRScanner:
|
MercariQRScanner:
|
||||||
:commit: 2b123c1b1492adc68f561a5f392727fdc3f31bb0
|
:commit: 2b123c1b1492adc68f561a5f392727fdc3f31bb0
|
||||||
:git: https://github.com/Finb/QRScanner
|
:git: https://github.com/Finb/QRScanner
|
||||||
@ -183,6 +179,6 @@ SPEC CHECKSUMS:
|
|||||||
SwiftyJSON: f5b1bf1cd8dd53cd25887ac0eabcfd92301c6a5a
|
SwiftyJSON: f5b1bf1cd8dd53cd25887ac0eabcfd92301c6a5a
|
||||||
SwiftyStoreKit: 6b9c08810269f030586dac1fae8e75871a82e84a
|
SwiftyStoreKit: 6b9c08810269f030586dac1fae8e75871a82e84a
|
||||||
|
|
||||||
PODFILE CHECKSUM: 8352163efaa4a59a5ed82d6e53153580a4601b16
|
PODFILE CHECKSUM: 5ff0ad6db7c674915eab257bcc3673bde7360e63
|
||||||
|
|
||||||
COCOAPODS: 1.16.2
|
COCOAPODS: 1.16.2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user