Update CoreKit Podspec to include AEM Dependency

Summary: $title

Reviewed By: samodom

Differential Revision: D31271248

fbshipit-source-id: 9e9f5577357b0da59a41c0c038c3956493af4afe
This commit is contained in:
Joe Susnick
2021-10-01 07:51:35 -07:00
committed by Facebook GitHub Bot
parent 3b0656d738
commit 9e6201f53c
2 changed files with 2 additions and 0 deletions

View File

@@ -48,4 +48,5 @@ Pod::Spec.new do |s|
}
s.vendored_frameworks = 'XCFrameworks/FBSDKCoreKit.xcframework'
s.dependency 'FBSDKCoreKit_Basics', "#{s.version}"
s.ios.dependency 'FBAEMKit', "#{s.version}"
end

View File

@@ -2,6 +2,7 @@
Pod::Spec.new do |s|
s.name = 'FBSDKShareKit'
s.version = '12.0.0'
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features'