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
nohtaray committed Jan 4, 2019
1 parent 64b2fbf commit 92685f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ios/flutter_twitter_login.podspec
Expand Up @@ -16,7 +16,8 @@ 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 92685f9

Please sign in to comment.