Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Sep 20, 2016
1 parent 02a21b5 commit 6638ad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SwiftFontName.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6638ad4

Please sign in to comment.