-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
32 lines (26 loc) · 859 Bytes
/
Podfile
File metadata and controls
32 lines (26 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
target 'Kasakasa' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Kasakasa
# pod 'BigInt', '~>3.1.0'
pod 'CropViewController', '~>2.4.0'
pod 'GRDB.swift', '~> 4.5.0'
pod 'Nuke', '~> 7.6'
pod 'PhoneNumberKit', '~>2.6.0'
pod 'QRCodeReader.swift', '~> 10.0.0'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'
pod 'Firebase/Analytics'
# pod 'web3swift', :git => 'https://github.com/TipBlockchain/web3swift.git'
pod 'web3swift', :git => 'https://github.com/matter-labs/web3swift.git'
target 'KasakasaTests' do
inherit! :search_paths
# Pods for testing
end
target 'KasakasaUITests' do
inherit! :search_paths
# Pods for testing
end
end