Manos Chorianopoulos

update podspec v3

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