diff --git a/Sources/SwiftKit/Models/Kit.swift b/Sources/SwiftKit/Models/Kit.swift index 0fb3138..f40bcc7 100644 --- a/Sources/SwiftKit/Models/Kit.swift +++ b/Sources/SwiftKit/Models/Kit.swift @@ -71,7 +71,7 @@ extension Kit { return [ "KITPROJECT": self.name, "KITAUTHOR": self.author.name, - "KITAUTHORMAIL": self.author.email, + "KITMAILAUTHOR": self.author.email, "KITURL": self.repositoryURL, "KITORGANIZATION": self.organization.name, "KITBUNDLEIDENTIFIER": self.organization.identifier, diff --git a/Template/KITPROJECT.podspec b/Template/KITPROJECT.podspec index 22c9011..8b6fa9c 100644 --- a/Template/KITPROJECT.podspec +++ b/Template/KITPROJECT.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = "KITPROJECT" s.homepage = "KITURL" s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "KITAUTHOR" => "KITAUTHORMAIL" } + s.author = { "KITAUTHOR" => "KITMAILAUTHOR" } s.source = { :git => "KITURL.git", :tag => s.version.to_s } s.ios.deployment_target = "8.0" s.tvos.deployment_target = "9.0" diff --git a/Template/README.md b/Template/README.md index 5d8e64a..7ff834e 100644 --- a/Template/README.md +++ b/Template/README.md @@ -84,7 +84,7 @@ Contributions are very welcome 🙌 ``` KITPROJECT -Copyright (c) KITYEAR KITAUTHOR KITAUTHORMAIL +Copyright (c) KITYEAR KITAUTHOR KITMAILAUTHOR Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal