| 
									
										
										
										
											2023-12-26 03:47:44 +00:00
										 |  |  | Pod::Spec.new do |s| | 
					
						
							|  |  |  |   s.name                  = 'Amazon-SDK-Plugin' | 
					
						
							|  |  |  |   s.version               = '5.12.1' | 
					
						
							|  |  |  |   s.summary               = 'Unity wrapper for APS iOS SDK' | 
					
						
							|  |  |  |   s.homepage              = 'https://github.com/amazon/amazon-unity-sdk' | 
					
						
							|  |  |  |   s.license               = { :type => 'Amazon', :file => 'APS_IOS_SDK-4.4.1/LICENSE.txt' } | 
					
						
							|  |  |  |   s.author                = { 'Amazon' => 'aps-github@amazon.com' } | 
					
						
							|  |  |  |   s.ios.deployment_target = '12.5' | 
					
						
							|  |  |  |   s.source                = { :tag => "v#{s.version}" } | 
					
						
							|  |  |  |   s.source_files          = '*.{h,m,mm}' | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |   s.dependency 'AmazonPublisherServicesSDK' | 
					
						
							|  |  |  |   s.pod_target_xcconfig = { | 
					
						
							| 
									
										
										
										
											2024-06-24 01:28:57 +00:00
										 |  |  |     'ENABLE_BITCODE' => 'NO', | 
					
						
							| 
									
										
										
										
											2023-12-26 03:47:44 +00:00
										 |  |  |     'OTHER_CPLUSPLUSFLAGS' => '-fcxx-modules', | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2024-06-24 01:28:57 +00:00
										 |  |  | end |