Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dduan committed Sep 18, 2016
1 parent c3b20df commit cf6bc3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Just.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "Just"
s.version = "0.5.2"
s.version = "0.5.3"
s.summary = "Swift HTTP for Humans"

s.description = <<-DESC
Expand Down Expand Up @@ -36,7 +36,7 @@ Pod::Spec.new do |s|

s.source = {
:git => "https://github.com/JustHTTP/Just.git",
:tag => "v#{s.version}"
:tag => "#{s.version}"
}

s.source_files = "Just", "Just/**/*.{swift}"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ Read *Getting Started* [on the web][starting link] or

Here are some ways to leverage Just.

## Swift Package Manager

Add the following to your `dependencies`:

```swift
.Package(url: "https://github.com/JustHTTP/Just.git", majorVersion: 0, minor: 5)
```

## Carthage (Swift 3 only)

Include the following in your Cartfile:
Expand Down

0 comments on commit cf6bc3f

Please sign in to comment.