| 1 |
efrain |
1 |
# Uncomment the next line to define a global platform for your project
|
|
|
2 |
platform :ios, '14.4'
|
|
|
3 |
|
|
|
4 |
target 'twogetskills' do
|
|
|
5 |
# Comment the next line if you don't want to use dynamic frameworks
|
|
|
6 |
use_frameworks!
|
|
|
7 |
|
|
|
8 |
pod 'Firebase/Core'
|
|
|
9 |
pod 'Firebase/Analytics'
|
|
|
10 |
pod 'Firebase/Messaging'
|
|
|
11 |
pod 'Firebase/Crashlytics'
|
|
|
12 |
pod 'Firebase/Performance'
|
|
|
13 |
pod 'Firebase/InAppMessaging'
|
|
|
14 |
pod 'Alamofire', '~> 5.2'
|
|
|
15 |
pod 'AlamofireImage'
|
|
|
16 |
pod 'SwiftyJSON', '~> 4.0'
|
|
|
17 |
pod "Player", "~> 0.13.2"
|
|
|
18 |
pod 'DeviceKit', '~> 4.0'
|
|
|
19 |
pod 'RNCryptor', '~> 5.0'
|
|
|
20 |
pod 'FloatingLabelTextFieldSwiftUI'
|
|
|
21 |
#pod 'SweeterSwift'
|
|
|
22 |
|
|
|
23 |
# pod 'CryptoSwift', '~> 1.4.0'
|
|
|
24 |
# Pods for twogetskills
|
|
|
25 |
|
|
|
26 |
end
|