Skip to content

Commit

Permalink
Update flutter_share_me.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarfumakiya committed Sep 1, 2021
1 parent 6b531e8 commit 0c7f95e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios/flutter_share_me.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Flutter Plugin for sharing contents to social media.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'FacebookShare'
s.dependency 'FacebookShareKit'
s.dependency 'FacebookCoreKit'
# s.dependency 'FacebookShare'
s.dependency 'FBSDKCoreKit'
s.dependency 'FBSDKShareKit'
s.ios.deployment_target = '9.0'
end

0 comments on commit 0c7f95e

Please sign in to comment.