We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f363831 commit 004c79fCopy full SHA for 004c79f
Parse.podspec
@@ -104,7 +104,7 @@ Pod::Spec.new do |s|
104
105
s.dependency 'Parse/Core'
106
s.dependency 'Bolts', '~> 1.9'
107
- s.dependency 'FBSDKLoginKit', '~> 5.2.1'
+ s.dependency 'FBSDKLoginKit', '~> 5.x'
108
end
109
110
s.subspec 'FacebookUtils-tvOS' do |s|
@@ -126,8 +126,8 @@ Pod::Spec.new do |s|
126
127
128
129
- s.dependency 'FBSDKTVOSKit', '~> 5.2.1'
130
- s.dependency 'FBSDKShareKit', '~> 5.2.1'
+ s.dependency 'FBSDKTVOSKit', '~> 5.x'
+ s.dependency 'FBSDKShareKit', '~> 5.x'
131
132
133
s.subspec 'TwitterUtils' do |s|
0 commit comments