Project Setup

This commit is contained in:
manaknightdev
2023-03-13 23:20:27 +05:30
commit d4da2b5e02
178 changed files with 29139 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'iOSTask' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for iOSTask
pod 'Alamofire'
pod 'AlamofireObjectMapper', :git => 'https://github.com/RomanPodymov/AlamofireObjectMapper.git', :branch => 'master'
pod 'AlamofireImage'
target 'iOSTaskTests' do
inherit! :search_paths
# Pods for testing
end
target 'iOSTaskUITests' do
# Pods for testing
end
end