| 
									
										
										
										
											2022-07-03 20:52:22 +03:00
										 |  |  | Pod::Spec.new do |s| | 
					
						
							|  |  |  |   s.name             = 'yookassa_payments_flutter' | 
					
						
							| 
									
										
										
										
											2024-10-17 14:30:32 +03:00
										 |  |  |   s.version          = '1.6.0' | 
					
						
							| 
									
										
										
										
											2022-07-03 20:52:22 +03:00
										 |  |  |   s.summary          = 'Flutter SDK from yoomoney' | 
					
						
							|  |  |  |   s.description      = <<-DESC | 
					
						
							|  |  |  | Flutter SDK from yoomoney | 
					
						
							|  |  |  |                        DESC | 
					
						
							|  |  |  |   s.homepage         = 'https://yoomoney.ru' | 
					
						
							|  |  |  |   s.license          = { :file => '../LICENSE' } | 
					
						
							|  |  |  |   s.author 	    = 'YooMoney Team' | 
					
						
							|  |  |  |   s.source           = { :path => '.' } | 
					
						
							|  |  |  |   s.source_files = 'Classes/**/*' | 
					
						
							|  |  |  |   s.dependency 'Flutter' | 
					
						
							| 
									
										
										
										
											2024-10-17 14:30:32 +03:00
										 |  |  |   s.dependency 'YooKassaPayments', '7.2.0' | 
					
						
							| 
									
										
										
										
											2022-07-03 20:52:22 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-04-27 19:18:53 +03:00
										 |  |  |   s.platform = :ios, '14.0' | 
					
						
							| 
									
										
										
										
											2022-07-03 20:52:22 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  |   # Flutter.framework does not contain a i386 slice. | 
					
						
							|  |  |  |   s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' } | 
					
						
							|  |  |  |   s.swift_version = '5.0' | 
					
						
							|  |  |  |   s.static_framework = true | 
					
						
							|  |  |  | end |