Skip to content

Commit

Permalink
Add CocoaPods library version to lates_result.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Dec 21, 2017
1 parent de19516 commit aa54ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LicensePlistCore/Entity/CocoaPodsLicense.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public struct CocoaPodsLicense: License, Equatable {

extension CocoaPodsLicense: CustomStringConvertible {
public var description: String {
return "name: \(library.name), nameSpecified: \(nameSpecified ?? "")\nbody: \(String(body.characters.prefix(20)))"
return "name: \(library.name), nameSpecified: \(nameSpecified ?? "")\nbody: \(String(body.characters.prefix(20)))\nversion: \(version ?? "")"
}
}

Expand Down

0 comments on commit aa54ff1

Please sign in to comment.