Skip to content

Commit

Permalink
change iOS deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed May 11, 2017
1 parent b94c97d commit 5470f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@

# Change Log

## [2.0.0](https://github.com/Decybel07/L10n-swift/tree/1.5.0) (2017-05-11)
## [2.0.1](https://github.com/Decybel07/L10n-swift/tree/2.0.1) (2017-05-11)
* Change iOS deployment target to 9.0

## [2.0.0](https://github.com/Decybel07/L10n-swift/tree/2.0.0) (2017-05-11)
* Change the language of your apps "on the fly".
* Support for stantard localization key (Localizable.strings)
* Support for grouping localization keys (Localizable.plist and Localizable.stringsdict)
Expand Down
2 changes: 1 addition & 1 deletion L10n-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = 'L10n-swift'
s.module_name = 'L10n'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'Localization of the application with ability to change language "on the fly" and support for plural form in any language.'

s.description = <<-DESC
Expand Down

0 comments on commit 5470f07

Please sign in to comment.