From f9696739baf541fc8923d9ff4f2cb644f3b2c9af Mon Sep 17 00:00:00 2001 From: Alex Maimescu Date: Thu, 11 Jan 2018 12:21:43 +0000 Subject: [PATCH] Fix the broken podspec --- AMXFontAutoScale.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMXFontAutoScale.podspec b/AMXFontAutoScale.podspec index d168fc2..34803ea 100644 --- a/AMXFontAutoScale.podspec +++ b/AMXFontAutoScale.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/alexmx/AMXFontAutoScale" s.license = "MIT" - s.authors = { "Alex Maimescu" } + s.authors = "Alex Maimescu" s.platform = :ios s.ios.deployment_target = '8.0'