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'