Skip to content

Commit

Permalink
Replace Cocoa with Foundation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Oct 3, 2016
1 parent d4a4b8f commit 2e02f74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/MarkdownTableParser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
// Copyright © 2016 musevisions. All rights reserved.
//

import Cocoa

import Foundation

enum MarkdownTableParserError {
case noInputsNoOutputs(line: String)
Expand Down

0 comments on commit 2e02f74

Please sign in to comment.