Skip to content

Commit

Permalink
- swift package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 25, 2016
1 parent 989ff86 commit cfd711e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,21 @@ github "abdullahselek/Lighty" ~> 0.4

Run carthage update to build the framework and drag the built Lighty.framework into your Xcode project.

## Swift Package Manager

```
import PackageDescription
let package = Package(
name: "Your project name",
dependencies: [
.Package(url: "https://github.com/abdullahselek/Lighty.git", majorVersion: 0, minor: 4)
]
)
```

Run ```swift package fetch```

## Example Usage
```
import Lighty
Expand Down

0 comments on commit cfd711e

Please sign in to comment.