Pod::Spec.new do |spec| spec.name = 'shared' spec.version = '1.0' spec.homepage = 'https://github.com/NaUKMA-Programistich/OAuth' spec.source = { :git => 'https://github.com/NaUKMA-Programistich/OAuth.git' } spec.authors = '' spec.license = { :type => 'MIT', :file => 'LICENSE' } spec.summary = 'Library for OAuth' spec.vendored_frameworks = 'shared.xcframework' spec.libraries = 'c++' spec.ios.deployment_target = '14.1' spec.dependency 'GoogleSignIn' end