Commit 9eb0b5e6 by phil zhang Committed by GitHub

Update fluttertoast.podspec (#425)

parent 5c1dd53e
......@@ -16,7 +16,6 @@ Toast Library for FLutter
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Toast'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386, arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'}
s.pod_target_xcconfig = {'VALID_ARCHS' => 'x86_64 armv7 arm64', 'DEFINES_MODULE' => 'YES'}
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