- 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:
5
Podfile
5
Podfile
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user