Skip to content

Commit

Permalink
update 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tichise committed May 10, 2015
1 parent 025cdff commit 3a049d6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MaterialDesignSymbol.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MaterialDesignSymbol'
s.version = '1.4'
s.version = '1.5'
s.license = 'Creative Commons Attribution 4.0 International (CC BY 4.0)'
s.summary = 'Icon font library for Swift. Currently supports Google Material Design Icon'
s.homepage = 'https://github.com/tichise/MaterialDesignSymbol'
Expand Down
Binary file removed Resources/googleicon.ttf
Binary file not shown.
Binary file added Resources/material-design-icons.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/MaterialDesignSymbol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private class MaterialDesignFont {
static var onceToken : dispatch_once_t = 0
}

let name = "googleicon"
let name = "material-design-icons"
if (UIFont.fontNamesForFamilyName(name).count == 0) {
dispatch_once(&Static.onceToken) {
FontLoader.loadFont(name)
Expand Down

0 comments on commit 3a049d6

Please sign in to comment.