Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
okankocyigit committed Sep 3, 2020
1 parent ba1f959 commit 48fb3f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TMDB.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "TMDB"
spec.version = "1.0.7"
spec.version = "1.0.8"
spec.summary = "Swift library for TheMovieDB"
spec.description = "A fully-complete wrapper for themoviedb.org v3 API"
spec.homepage = "https://github.com/okankocyigit/TMDB.git"
Expand Down
2 changes: 1 addition & 1 deletion TMDB/Models/Person/TMDBPersonTVCredits.swift
Expand Up @@ -35,7 +35,7 @@ public struct TMDBPersonTVCreditsCast: Codable {
posterPath = try values.decodeIfPresent(String.self, forKey: .posterPath)
creditID = try values.decode(String.self, forKey: .creditID)
character = try values.decode(String.self, forKey: .character)
}
}

public enum CodingKeys: String, CodingKey {
case creditID = "credit_id"
Expand Down

0 comments on commit 48fb3f4

Please sign in to comment.