Skip to content

Commit

Permalink
Beginning to integrate networking
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chuang committed Dec 1, 2023
1 parent 010fcdc commit 6e65454
Show file tree
Hide file tree
Showing 117 changed files with 20,907 additions and 20 deletions.
Binary file modified .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Uncomment the next line to define a global platform for your project
platform :ios, '17.0'

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

# Pods for truscoop-ios
pod 'Alamofire'
pod 'SwiftyJSON'

target 'truscoop-iosTests' do
inherit! :search_paths
# Pods for testing
end

target 'truscoop-iosUITests' do
# Pods for testing
end

end
20 changes: 20 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PODS:
- Alamofire (5.8.1)
- SwiftyJSON (5.0.1)

DEPENDENCIES:
- Alamofire
- SwiftyJSON

SPEC REPOS:
trunk:
- Alamofire
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: 3ca42e259043ee0dc5c0cdd76c4bc568b8e42af7
SwiftyJSON: 2f33a42c6fbc52764d96f13368585094bfd8aa5e

PODFILE CHECKSUM: d715d7bba75ef8d3d9065b945efb8ef00e396c01

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

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

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions 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 Pods/Alamofire/Source/AlamofireExtended.swift

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

Loading

0 comments on commit 6e65454

Please sign in to comment.