mirror of
https://github.com/zhigang1992/facebook-ios-sdk.git
synced 2026-01-12 22:47:16 +08:00
Update package manifest and pod specs for v14.0.0 release
Summary: * Re-add podspecs Reviewed By: joesus Differential Revision: D37121609 fbshipit-source-id: fb0198aface14efa1c9a628fb6d16f9f48b34325
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a5effae3bc
commit
ed1b56c2de
55
FBAEMKit.podspec
Normal file
55
FBAEMKit.podspec
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBAEMKit'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'The kernal module for Facebook AEM solution'
|
||||
|
||||
s.description = <<-DESC
|
||||
The Facebook SDK for iOS GamingKit framework provides:
|
||||
* campaign level conversions from re-engagement ads.
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = 'XCFrameworks/FBAEMKit.xcframework'
|
||||
s.dependency 'FBSDKCoreKit_Basics', "#{s.version}"
|
||||
end
|
||||
58
FBSDKCoreKit.podspec
Normal file
58
FBSDKCoreKit.podspec
Normal file
@@ -0,0 +1,58 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBSDKCoreKit'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform core features'
|
||||
|
||||
s.description = <<-DESC
|
||||
The Facebook SDK for iOS CoreKit framework provides:
|
||||
* App Events (for App Analytics)
|
||||
* Graph API Access and Error Recovery
|
||||
* Working with Access Tokens and User Profiles
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = 'XCFrameworks/FBSDKCoreKit.xcframework'
|
||||
s.dependency 'FBSDKCoreKit_Basics', "#{s.version}"
|
||||
s.ios.dependency 'FBAEMKit', "#{s.version}"
|
||||
end
|
||||
55
FBSDKCoreKit_Basics.podspec
Normal file
55
FBSDKCoreKit_Basics.podspec
Normal file
@@ -0,0 +1,55 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBSDKCoreKit_Basics'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'The kernal module for the Core Facebook SDK'
|
||||
|
||||
s.description = <<-DESC
|
||||
This is intended to be used only as a direct dependency
|
||||
of the Facebook iOS SDK
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
s.library = 'z'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = 'XCFrameworks/FBSDKCoreKit_Basics.xcframework'
|
||||
end
|
||||
60
FBSDKGamingServicesKit.podspec
Normal file
60
FBSDKGamingServicesKit.podspec
Normal file
@@ -0,0 +1,60 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBSDKGamingServicesKit'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services'
|
||||
|
||||
s.description = <<-DESC
|
||||
The official Facebook SDK for iOS Gaming Services.
|
||||
|
||||
See full documentation at:
|
||||
https://developers.facebook.com/docs/games/gaming-services/sdk-ios
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios
|
||||
s.ios.deployment_target = '11.0'
|
||||
|
||||
s.swift_version = '5.0'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = "XCFrameworks/FBSDKGamingServicesKit.xcframework"
|
||||
s.dependency "FBSDKCoreKit_Basics", "#{s.version}"
|
||||
s.dependency "FBSDKCoreKit", "#{s.version}"
|
||||
s.dependency "FBSDKShareKit", "#{s.version}"
|
||||
end
|
||||
57
FBSDKLoginKit.podspec
Normal file
57
FBSDKLoginKit.podspec
Normal file
@@ -0,0 +1,57 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBSDKLoginKit'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API'
|
||||
|
||||
s.description = <<-DESC
|
||||
The Facebook SDK for iOS LoginKit framework provides:
|
||||
* Facebook Login to easily sign in users.
|
||||
* Sharing features like the Share or Message Dialog to grow your app.
|
||||
* Simpler Graph API access to provide more social context.
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = 'XCFrameworks/FBSDKLoginKit.xcframework'
|
||||
s.dependency "FBSDKCoreKit", "#{s.version}"
|
||||
end
|
||||
57
FBSDKShareKit.podspec
Normal file
57
FBSDKShareKit.podspec
Normal file
@@ -0,0 +1,57 @@
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
|
||||
# Use the --use-libraries switch when pushing or linting this podspec
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = 'FBSDKShareKit'
|
||||
s.version = '14.0.0'
|
||||
s.summary = 'Official Facebook SDK for iOS to access Facebook Platform Sharing Features'
|
||||
|
||||
s.description = <<-DESC
|
||||
The Facebook SDK for iOS ShareKit framework provides:
|
||||
* Share content with Share Dialog and Message Dialog.
|
||||
* Send Game Requests or App Invites to grow your app.
|
||||
* Publish content and open graph stories with the Graph API
|
||||
DESC
|
||||
|
||||
s.homepage = 'https://developers.facebook.com/docs/ios/'
|
||||
s.license = {
|
||||
type: 'Facebook Platform License',
|
||||
text: <<-LICENSE
|
||||
Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved.
|
||||
|
||||
You are hereby granted a non-exclusive, worldwide, royalty-free license to use,
|
||||
copy, modify, and distribute this software in source code or binary form for use
|
||||
in connection with the web services and APIs provided by Facebook.
|
||||
|
||||
As with any software that integrates with the Facebook platform, your use of
|
||||
this software is subject to the Facebook Platform Policy
|
||||
[http://developers.facebook.com/policy/]. This copyright notice shall be
|
||||
included in all copies or substantial portions of the software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
LICENSE
|
||||
}
|
||||
s.author = 'Facebook'
|
||||
|
||||
s.platform = :ios, :tvos
|
||||
s.ios.deployment_target = '11.0'
|
||||
s.tvos.deployment_target = '11.0'
|
||||
|
||||
s.source = {
|
||||
http: "https://github.com/facebook/facebook-ios-sdk/releases/download/v#{s.version}/FacebookSDK_Dynamic.xcframework.zip",
|
||||
sha1: 'a7b30fabae5dd51554c94e91c3ed08cde40ba212'
|
||||
}
|
||||
s.vendored_frameworks = 'XCFrameworks/FBSDKShareKit.xcframework'
|
||||
s.dependency 'FBSDKCoreKit', "#{s.version}"
|
||||
end
|
||||
@@ -147,7 +147,7 @@ extension Target {
|
||||
}
|
||||
|
||||
static func remoteBinaryURLString(for targetName: String) -> String {
|
||||
"https://github.com/facebook/facebook-ios-sdk/releases/download/v13.2.0/\(targetName)-Static_XCFramework.zip"
|
||||
"https://github.com/facebook/facebook-ios-sdk/releases/download/v14.0.0/\(targetName)-Static_XCFramework.zip"
|
||||
}
|
||||
|
||||
static let aem = target(name: .aem, dependencies: [.Prefixed.aem])
|
||||
@@ -173,37 +173,37 @@ extension Target {
|
||||
enum Prefixed {
|
||||
static let basics = binaryTarget(
|
||||
name: .Prefixed.basics,
|
||||
remoteChecksum: "56f33983e25ebc082ddf9d161ffb809a60f23d02e8843bb38a9c4efae692765e"
|
||||
remoteChecksum: "b00151de2e44ba684a8c15f65aee3cc561c885fea5ef258aa462846765e4c4f9"
|
||||
)
|
||||
|
||||
static let aem = binaryTarget(
|
||||
name: .Prefixed.aem,
|
||||
remoteChecksum: "42b3ac0faeaa2c312245273eadfd74a1438cf35a503d956b1aeccdf36db7cecd"
|
||||
remoteChecksum: "cd5e09f0a9b091d4263ed30762b3a65a125c8cad1f3c8909c2e71e8565488e3e"
|
||||
)
|
||||
|
||||
static let core = binaryTarget(
|
||||
name: .Prefixed.core,
|
||||
remoteChecksum: "c40fe04af9960d59eee2270a7434a407ba0957e7ca66c2908d835998fe3f0680"
|
||||
remoteChecksum: "c23fd6ff01535b72b8a7fc5b924fb2cc9647457540aca50aa32376f3725bb45a"
|
||||
)
|
||||
|
||||
static let login = binaryTarget(
|
||||
name: .Prefixed.login,
|
||||
remoteChecksum: "058bb46a086f8bfecfbb3b72c014f74e8dd336cda701d49411655a6935d144b0"
|
||||
remoteChecksum: "dd32a7f938d0a8d8ee0b4862eefb0825004b9ed1d9233f1e76c7b3d3ff08a372"
|
||||
)
|
||||
|
||||
static let share = binaryTarget(
|
||||
name: .Prefixed.share,
|
||||
remoteChecksum: "397962ca907150c60e99e512192e74433acd8251faefbef4cb6c47b618fa2ee4"
|
||||
remoteChecksum: "5880bc7c3565b9e4d5722daf3604d11471651489ac542baf22fd4e18e08811df"
|
||||
)
|
||||
|
||||
static let gamingServices = binaryTarget(
|
||||
name: .Prefixed.gaming,
|
||||
remoteChecksum: "fc6e7c405cd3a8c92af548df9ef26e842c460293c897ff56d549d8806f6d6b11"
|
||||
remoteChecksum: "acd6575897ec782a210b08d055bb4ab49d1c51264b8697698c69f60721e7af92"
|
||||
)
|
||||
|
||||
static let tv = binaryTarget(
|
||||
name: .Prefixed.tv,
|
||||
remoteChecksum: "8d34a9a63e3e8f3d353658d0b4b18be6d7ea89025bf86e3878e4adbe7e271a8f"
|
||||
remoteChecksum: "c05019bfe10e474de0123275742cb0134c839b86d9028b2f32faf529ad5380dd"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user