Pod::Spec.new do |s| s.name = 'AmazonChimeSDKMachineLearning-No-Bitcode' s.version = '0.2.0' s.summary = 'Amazon Chime SDK Machine Learning features in iOS for Background Blur and Replacement without Bitcode support.' s.description = 'An iOS client library for integrating multi-party communications powered by the Amazon Chime service. This is mainly used for Background Blur and Replacement.' s.homepage = 'https://github.com/aws/amazon-chime-sdk-ios' s.license = 'Apache License, Version 2.0' s.author = { 'Amazon Web Services' => 'amazonwebservices' } s.source = { :http => "https://amazon-chime-sdk-ios.s3.amazonaws.com/machine-learning-without-bitcode/0.2.0/AmazonChimeSDKMachineLearning-0.2.0.tar.gz" } s.ios.deployment_target = '11.0' s.vendored_frameworks = "AmazonChimeSDKMachineLearning.xcframework" s.swift_version = '5.0' s.library = 'c++' end