Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Added Swift PM support
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Feb 8, 2016
1 parent 5c7ca8f commit 30deaf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Magic.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Magic"
s.version = "2.0.1"
s.version = "2.0.2"
s.summary = "An alternative for Swift's print() along the lines of DLog."

s.description = <<-DESC
Expand Down
5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "Magic"
)
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ pod 'Magic'
github "ArtSabintsev/Magic"
```

### Swift Package Manager
``` swift
.Package(url: "https://github.com/ArtSabintsev/Magic.git", majorVersion: 2)
```
#### Manual

## Setup

Expand Down

0 comments on commit 30deaf2

Please sign in to comment.