Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
update-pod-version (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuPeyrot authored and janicduplessis committed Sep 18, 2019
1 parent 98adb12 commit cd72fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-native-fbsdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ Pod::Spec.new do |s|
s.dependency 'React'

s.subspec 'Core' do |ss|
ss.dependency 'FBSDKCoreKit', '~> 5.0'
ss.dependency 'FBSDKCoreKit', '~> 5.5'
ss.source_files = 'ios/RCTFBSDK/core/*.{h,m}'
end

s.subspec 'Login' do |ss|
ss.dependency 'FBSDKLoginKit', '~> 5.0'
ss.dependency 'FBSDKLoginKit', '~> 5.5'
ss.source_files = 'ios/RCTFBSDK/login/*.{h,m}'
end

s.subspec 'Share' do |ss|
ss.dependency 'FBSDKShareKit', '~> 5.0'
ss.dependency 'FBSDKShareKit', '~> 5.5'
ss.source_files = 'ios/RCTFBSDK/share/*.{h,m}'
end
end

0 comments on commit cd72fa0

Please sign in to comment.