Skip to content

Commit

Permalink
Update Example pod
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleph Retamal committed Feb 3, 2018
1 parent 6c98231 commit d60eb21
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 48 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- RLPSwift (0.0.2)
- RLPSwift (0.0.3)

DEPENDENCIES:
- RLPSwift (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
RLPSwift: 125af65a01a582a434e1c6475daffdbb23c24b47
RLPSwift: 7d5bbca20082ec480fccd882e949f3ad9919d16f

PODFILE CHECKSUM: 84b2a78a8f8ade04a04408cb4b394e57a75da70b

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/RLPSwift.podspec.json

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

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

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

82 changes: 43 additions & 39 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

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

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/RLPSwift/Info.plist

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

4 changes: 2 additions & 2 deletions Example/RLPSwiftExample/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ class ViewController: UIViewController {
super.viewDidLoad()

do {
let encoded = try RLP.encode("hello world")
let encoded = try RLP.encode("dog")
print("Success: \(encoded)")
} catch {
print("Error: \(error)")
print("Error: \(error.localizedDescription)")
}
}

Expand Down

0 comments on commit d60eb21

Please sign in to comment.