Skip to content

Commit 048522b

Browse files
committed
added custom error handling
1 parent ac65859 commit 048522b

33 files changed

+2785
-281
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ target 'Unsplash_with_storyboard_tutorial' do
88
# Pods for Unsplash_with_storyboard_tutorial
99
pod 'Toast-Swift', '~> 5.0.1'
1010
pod 'Alamofire', '~> 5.2'
11-
11+
pod 'SwiftyJSON', '~> 4.0'
1212
end

Podfile.lock

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
PODS:
22
- Alamofire (5.2.2)
3+
- SwiftyJSON (4.3.0)
34
- Toast-Swift (5.0.1)
45

56
DEPENDENCIES:
67
- Alamofire (~> 5.2)
8+
- SwiftyJSON (~> 4.0)
79
- Toast-Swift (~> 5.0.1)
810

911
SPEC REPOS:
1012
trunk:
1113
- Alamofire
14+
- SwiftyJSON
1215
- Toast-Swift
1316

1417
SPEC CHECKSUMS:
1518
Alamofire: 814429acc853c6c54ff123fc3d2ef66803823ce0
19+
SwiftyJSON: 6faa0040f8b59dead0ee07436cbf76b73c08fd08
1620
Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711
1721

18-
PODFILE CHECKSUM: 82e1d1dcf81b2b09e19e2cdcf5277c3e962a0ad9
22+
PODFILE CHECKSUM: 95874f583c24873254c3da11d679b4f1d750cfde
1923

2024
COCOAPODS: 1.8.4

Pods/Manifest.lock

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/project.pbxproj

+433-250
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/uijeongjeong.xcuserdatad/xcschemes/SwiftyJSON.xcscheme

+60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/Pods.xcodeproj/xcuserdata/uijeongjeong.xcuserdatad/xcschemes/xcschememanagement.plist

+8-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Pods/SwiftyJSON/LICENSE

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)