Manos Chorianopoulos

update podspec v3

...@@ -24,10 +24,10 @@ Pod::Spec.new do |spec| ...@@ -24,10 +24,10 @@ Pod::Spec.new do |spec|
24 spec.exclude_files = "Classes/Exclude" 24 spec.exclude_files = "Classes/Exclude"
25 spec.dependency 'RSBarcodes_Swift', '~> 5.1.1' 25 spec.dependency 'RSBarcodes_Swift', '~> 5.1.1'
26 spec.dependency 'SwiftEventBus' 26 spec.dependency 'SwiftEventBus'
27 - spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } 27 + # spec.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
28 - spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' } 28 + # spec.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
29 - spec.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' } 29 + # spec.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
30 - spec.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' } 30 + # spec.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
31 # spec.dependency 'RESegmentedControl' 31 # spec.dependency 'RESegmentedControl'
32 32
33 # spec.resource_bundles = { 33 # spec.resource_bundles = {
......