Skip to content

Commit d60eb21

Browse files
author
Aleph Retamal
committed
Update Example pod
1 parent 6c98231 commit d60eb21

File tree

6 files changed

+52
-48
lines changed

6 files changed

+52
-48
lines changed

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PODS:
2-
- RLPSwift (0.0.2)
2+
- RLPSwift (0.0.3)
33

44
DEPENDENCIES:
55
- RLPSwift (from `../`)
@@ -9,7 +9,7 @@ EXTERNAL SOURCES:
99
:path: ../
1010

1111
SPEC CHECKSUMS:
12-
RLPSwift: 125af65a01a582a434e1c6475daffdbb23c24b47
12+
RLPSwift: 7d5bbca20082ec480fccd882e949f3ad9919d16f
1313

1414
PODFILE CHECKSUM: 84b2a78a8f8ade04a04408cb4b394e57a75da70b
1515

Example/Pods/Local Podspecs/RLPSwift.podspec.json

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

Example/Pods/Manifest.lock

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

Example/Pods/Pods.xcodeproj/project.pbxproj

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

Example/Pods/Target Support Files/RLPSwift/Info.plist

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

Example/RLPSwiftExample/ViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ class ViewController: UIViewController {
1515
super.viewDidLoad()
1616

1717
do {
18-
let encoded = try RLP.encode("hello world")
18+
let encoded = try RLP.encode("dog")
1919
print("Success: \(encoded)")
2020
} catch {
21-
print("Error: \(error)")
21+
print("Error: \(error.localizedDescription)")
2222
}
2323
}
2424

0 commit comments

Comments
 (0)