Skip to content

Commit

Permalink
patch for incorrect imagePathPNG endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyahenson committed Jul 30, 2019
1 parent 5dcab5c commit c15f916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JoyPixels/JoyPixels/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ public class Client: ClientInterface {
*/
private func getJoyPixelsUrl(filename: String) -> URL? {
let urlString = "\(imagePathPNG)/\(emojiVersion)/png/\(emojiSize.rawValue)/\(filename).png"
let urlString = "\(imagePathPNG)/\(emojiVersion)/png/unicode/\(emojiSize.rawValue)/\(filename).png"
return URL(string: urlString)
}
Expand Down
2 changes: 1 addition & 1 deletion joypixels-ios.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'joypixels-ios'
s.version = '5.0.0'
s.version = '5.0.1'
s.summary = 'Official JoyPixels iOS Emoji Toolkit'
s.description = 'JoyPixels iOS Emoji Toolkit is used to convert emoji into various formats, including conversion to JoyPixels emoji images.'
s.homepage = 'https://www.joypixels.com'
Expand Down

0 comments on commit c15f916

Please sign in to comment.