Skip to content

Commit

Permalink
fix: build type error
Browse files Browse the repository at this point in the history
  • Loading branch information
dabing1022 committed Jan 14, 2021
1 parent 4d439a4 commit 501d24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def podfile_for_spec(spec)
plugin(*[name, options].compact)
end

use_frameworks!(generator.configuration.use_frameworks?)
use_frameworks!(generator.use_frameworks_value)

if (supported_swift_versions = generator.supported_swift_versions)
supports_swift_versions(supported_swift_versions)
Expand Down

0 comments on commit 501d24e

Please sign in to comment.