From 70243f82a327438cf4f6dbfd4d4029a470fa43a1 Mon Sep 17 00:00:00 2001 From: Hossam Hindawy Date: Mon, 18 May 2026 20:40:15 +0300 Subject: [PATCH] Revert "Remove podspec authors (#271)" This reverts commit 8c2518da80a3b26d6205065573dece81f86e26ea. --- ConstructorAutocomplete.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/ConstructorAutocomplete.podspec b/ConstructorAutocomplete.podspec index 04fffaf8..ce7880cc 100644 --- a/ConstructorAutocomplete.podspec +++ b/ConstructorAutocomplete.podspec @@ -3,6 +3,7 @@ Pod::Spec.new do |spec| spec.version = '4.6.1' spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.homepage = 'https://www.constructor.io' + spec.authors = { 'Zubin Tiku' => 'zubin@constructor.io', 'Christopher Gee' => 'christopher@constructor.io', 'Jimmy Li' => 'jimmy@constructor.io' } spec.summary = 'Constructor.io iOS Client' spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => 'v4.6.1' } spec.platform = :ios, '11.0'