Skip to content

Commit

Permalink
Fix a build warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
amyleecodes committed Mar 15, 2017
1 parent ab7201e commit 7378e48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
6 changes: 0 additions & 6 deletions Library/GiphySimpleItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ public struct GiphySimpleItem: Mappable {

public mutating func mapping(map: Map) {

let dateFormatter = DateFormatter()
dateFormatter.dateFormat = "yyyy-MM-dd HH:mm:ss"
dateFormatter.timeZone = TimeZone(abbreviation: "UTC")

let dateTransformer = DateFormatterTransform(dateFormatter: dateFormatter)

type <- map["type"]
identifier <- map["id"]
url <- (map["url"], URLTransform())
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#SwiftyGiphy

SwiftyGiphy is a library to allow you to easily integrate Giphy image search into your app.

###The library consists of 2 primary components
Expand Down
2 changes: 1 addition & 1 deletion SwiftyGiphy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftyGiphy'
s.version = '1.0.6'
s.version = '1.0.7'
s.summary = 'Provides a UI and API layer for Giphy discovery and integration.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 7378e48

Please sign in to comment.