Skip to content

Commit

Permalink
adding static_framework set to true
Browse files Browse the repository at this point in the history
this is required for transitive dependencies.
flutter/flutter#14161
  • Loading branch information
dlutton committed Sep 17, 2018
1 parent 64b2fbf commit 04b9d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/flutter_twitter_login.podspec
Expand Up @@ -16,7 +16,7 @@ A Flutter plugin for allowing users to authenticate with native Android & iO
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'TwitterKit'

s.static_framework = true
s.ios.deployment_target = '8.0'
end

0 comments on commit 04b9d63

Please sign in to comment.