Pod::Spec.new do |s| s.name = 'AWSLex' s.version = '2.33.3' s.summary = 'Amazon Web Services SDK for iOS.' s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.' s.homepage = 'http://aws.amazon.com/mobile/sdk' s.license = 'Apache 2.0 AND AWS Customer Agreement' s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.platform = :ios, '9.0' s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git', :tag => s.version} s.requires_arc = true s.dependency 'AWSCore', '2.33.3' s.source_files = 'AWSLex/*.{h,m}', 'AWSLex/Bluefront/include/*.h' s.public_header_files = 'AWSLex/*.h' s.private_header_files = 'AWSLex/Bluefront/include/*.h' s.preserve_paths = 'AWSLex/Bluefront/include/*' s.vendored_libraries = 'AWSLex/Bluefront/libBlueAudioSourceiOS.a' s.resource_bundle = { 'AWSLex' => 'AWSLex/Media.xcassets' } # Exclude arm64 when building for simulator on Xcode 12+ s.pod_target_xcconfig = {'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'} end