Commit 2d872ebc by Eric Bomgardner Committed by GitHub

Removing VALID_ARCHS from iOS podspec (#505)

parent cb37e711
......@@ -16,6 +16,6 @@ Toast Library for FLutter
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Toast'
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
s.pod_target_xcconfig = {'DEFINES_MODULE' => 'YES'}
s.resource_bundles = {'fluttertoast_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment