forked from JefriReynaldi/facebook-ios-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
a5effae
commit ed1b56c
Showing
7 changed files
with
350 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.