- Added the network library with proper versioning

- Made the network adapter
- Made the config file to hold the url auth
This commit is contained in:
2024-05-07 11:14:02 +05:30
parent 3de76138fc
commit 95ae60c464
25 changed files with 1273 additions and 101 deletions

View File

@@ -6,8 +6,13 @@ target 'WOKA' do
use_frameworks!
pod 'IQKeyboardManagerSwift', '~> 7.0.2'
# GIF Animations
pod 'lottie-ios'
#Network call
pod 'Alamofire' , '~> 5.9.6'
# Bottom line is for removing IPHONEOS_DEPLOYMENT_TARGET
post_install do |installer|
installer.generated_projects.each do |project|