From 6638ad418646b8f04a14c7b74aad076cbaba56e9 Mon Sep 17 00:00:00 2001 From: Naoki Morita Date: Wed, 21 Sep 2016 03:08:57 +0900 Subject: [PATCH] Update for new release --- README.md | 7 ++++--- SwiftFontName.podspec | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1043b7d..5ba74e5 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,8 @@ It means that when preferredLanguage is Japanese, use `HiraKakuProNW6`. And when ## Requirements - iOS8.0 or later -- Xcode 7.0 +- Xcode 8.0 +- Swift 2.3 ## Installation @@ -58,13 +59,13 @@ it, simply add the following line to your Podfile: ```ruby use_frameworks! -pod 'SwiftFontName', '~> 2.0.0' +pod 'SwiftFontName', '~> 2.1.0' ``` ### [Carthage](https://github.com/Carthage/Carthage): ```ogdl -github "morizotter/SwiftFontName" ~> 2.0 +github "morizotter/SwiftFontName" ~> 2.1 ``` ### Manually diff --git a/SwiftFontName.podspec b/SwiftFontName.podspec index 218f306..7d1aee8 100644 --- a/SwiftFontName.podspec +++ b/SwiftFontName.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "SwiftFontName" - s.version = "2.0.0" + s.version = "2.1.0" s.summary = "SwiftFontName is font name complements and supports localized font library." s.description = <<-DESC You don't need to search font name any more with SwiftFontName. When using UIFont, you sometimes search font name string because UIFont needs string font name value. Font family name and font name don't have organized naming rule, so it's painful to search correct string. With SwiftFontName, font name candidates shows up when you put first word of font family name.