Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Assignment4 #8

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions iOS_assignment3/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'iOS_assignment3' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# Pods for iOS_assignment3

target 'iOS_assignment3Tests' do
inherit! :search_paths
# Pods for testing
end

target 'iOS_assignment3UITests' do
# Pods for testing
end

pod 'Alamofire'
end
16 changes: 16 additions & 0 deletions iOS_assignment3/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PODS:
- Alamofire (5.6.1)

DEPENDENCIES:
- Alamofire

SPEC REPOS:
trunk:
- Alamofire

SPEC CHECKSUMS:
Alamofire: 87bd8c952f9a4454320fce00d9cc3de57bcadaf5

PODFILE CHECKSUM: 2891bc68909442229ae083d6efb3b95c18ff5246

COCOAPODS: 1.11.3
19 changes: 19 additions & 0 deletions iOS_assignment3/Pods/Alamofire/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

227 changes: 227 additions & 0 deletions iOS_assignment3/Pods/Alamofire/README.md

Large diffs are not rendered by default.

870 changes: 870 additions & 0 deletions iOS_assignment3/Pods/Alamofire/Source/AFError.swift

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions iOS_assignment3/Pods/Alamofire/Source/Alamofire.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 61 additions & 0 deletions iOS_assignment3/Pods/Alamofire/Source/AlamofireExtended.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading