Skip to content

Commit

Permalink
Update flutter_share_me.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lizhuoyuan authored Feb 13, 2023
1 parent 2ae69c0 commit b8bb3ad
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 'FBSDKShareKit', '~> 14.0.0'
s.dependency 'FBSDKCoreKit', '~> 14.0.0'
s.dependency 'FBSDKLoginKit', '~> 14.0.0'
s.dependency 'FBSDKShareKit', '~> 15.1.0'
s.dependency 'FBSDKCoreKit', '~> 15.1.0'
s.dependency 'FBSDKLoginKit', '~> 15.1.0'
s.ios.deployment_target = '10.0'
end

0 comments on commit b8bb3ad

Please sign in to comment.