加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
FBSDKGamingServicesKit.podspec 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
# Use the --use-libraries switch when pushing or linting this podspec
Pod::Spec.new do |s|
s.name = 'FBSDKGamingServicesKit'
s.version = '7.0.0'
s.summary = 'Official Facebook SDK for iOS to access Facebook Gaming Services'
s.description = <<-DESC
The Facebook SDK for iOS GamingKit framework provides:
* Friend Finder.
DESC
s.homepage = 'https://developers.facebook.com/docs/ios/'
s.license = { :type => 'Facebook Platform License', :file => 'LICENSE' }
s.author = 'Facebook'
s.platform = :ios
s.ios.deployment_target = '8.0'
s.swift_version = '5.0'
s.source = { :git => 'https://github.com/facebook/facebook-ios-sdk.git',
:tag => "v#{s.version}"
}
s.weak_frameworks = 'Accounts', 'Social', 'Security', 'Foundation'
s.requires_arc = true
s.prefix_header_contents = '#define FBSDKCOCOAPODS'
s.source_files = 'FBSDKGamingServicesKit/FBSDKGamingServicesKit/**/*.{h,m}'
s.public_header_files = 'FBSDKGamingServicesKit/FBSDKGamingServicesKit/*.{h}'
s.dependency 'FBSDKShareKit', "~> #{s.version}"
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化