Skip to content

Commit

Permalink
Release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Silva authored and Andres Silva committed Sep 20, 2018
1 parent 3ee55d9 commit a6bae02
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
`Localize` adheres to [Semantic Versioning](http://semver.org/).

## [2.0.4](https://github.com/andresilvagomez/Localize/releases/tag/2.0.4)
- Swift 4.2 Support.
- By [Daniel Clelland](https://github.com/dclelland) in Pull Request [#34](https://github.com/andresilvagomez/Localize/pull/34).
Released on 2018-09-20.

## [2.0.3](https://github.com/andresilvagomez/Localize/releases/tag/2.0.3)
Released on 2018-05-15.

Expand Down
4 changes: 2 additions & 2 deletions Localize.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "Localize"
s.version = "2.0.3"
s.version = "2.0.4"
s.license = 'MIT'
s.summary = "Localize is a framework writed in swift to localize your projects easier improves i18n, including storyboards and strings."
s.homepage = "https://github.com/andresilvagomez/Localize"
s.author = { "Andres Silva" => "[email protected]" }
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.3" }
s.source = { :git => "https://github.com/andresilvagomez/Localize.git", :tag => "2.0.4" }

s.ios.deployment_target = '9.0'
s.source_files = "Source/*.swift"
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ platform :ios, '9.0'
use_frameworks!

target '<Your Target Name>' do
pod 'Localize' , '~> 2.0.3'
pod 'Localize' , '~> 2.0.4'
end
```

Expand Down

0 comments on commit a6bae02

Please sign in to comment.