Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMachado committed Mar 31, 2017
1 parent 95506d0 commit 842a042
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog

## [2.0.3](https://github.com/theadam/SwiftClient/tree/2.0.3) (2016-04-27)
## [3.0.0](https://github.com/theadam/SwiftClient/tree/3.0.0) (2017-04-01)
[Full Changelog](https://github.com/theadam/SwiftClient/compare/2.0.3...3.0.0)

**Closed issues:**

- PodSpec Broken? [\#20](https://github.com/theadam/SwiftClient/issues/20)

**Merged pull requests:**

- Migrate to Swift 3 [\#21](https://github.com/theadam/SwiftClient/pull/21) ([diogoguimaraes](https://github.com/diogoguimaraes))

## [2.0.3](https://github.com/theadam/SwiftClient/tree/2.0.3) (2016-04-26)
[Full Changelog](https://github.com/theadam/SwiftClient/compare/2.0.2...2.0.3)

**Closed issues:**
Expand Down Expand Up @@ -54,3 +65,7 @@

- Add podspec [\#4](https://github.com/theadam/SwiftClient/pull/4) ([nunofgs](https://github.com/nunofgs))
- Fix compiler errors [\#3](https://github.com/theadam/SwiftClient/pull/3) ([nunofgs](https://github.com/nunofgs))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ brew install carthage
To integrate `SwiftClient` into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "theadam/SwiftClient" ~> 2.0.3
github "theadam/SwiftClient" ~> 3.0.0
```

Run `carthage update` to build the framework and drag the built `SwiftClient.framework` into your Xcode project.
Expand All @@ -34,7 +34,7 @@ platform :ios, '9.0'

use_frameworks!

pod 'SwiftClient', '~> 2.0'
pod 'SwiftClient', '~> 3.0.0'
```

Then, run the following command:
Expand Down
2 changes: 1 addition & 1 deletion SwiftClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwiftClient'
s.version = '2.0.3'
s.version = '3.0.0'
s.license = 'MIT'
s.summary = 'A simple HTTP client library written in Swift 2'
s.homepage = 'https://github.com/theadam/SwiftClient'
Expand Down

0 comments on commit 842a042

Please sign in to comment.