Skip to content

Commit

Permalink
Add missing Foundation imports (kylef#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
a2 authored and kylef committed Feb 6, 2017
1 parent f117676 commit b605fe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/ClaimSet.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

public struct ClaimSet {
var claims: [String: Any]

Expand Down
2 changes: 2 additions & 0 deletions Sources/Encode.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import Foundation

/*** Encode a set of claims
- parameter claims: The set of claims
- parameter algorithm: The algorithm to sign the payload with
Expand Down

0 comments on commit b605fe2

Please sign in to comment.