blob: 69bc4ce1e43b7349153bcf568cba2e80e2562d9e [file] [log] [blame]
{
"name": "FBSDKShareKit",
"version": "6.4.0",
"summary": "Official Facebook SDK for iOS to access Facebook Platform Sharing Features",
"description": "The Facebook SDK for iOS ShareKit framework provides:\n* Share content with Share Dialog and Message Dialog.\n* Send Game Requests or App Invites to grow your app.\n* Publish content and open graph stories with the Graph API",
"homepage": "https://developers.facebook.com/docs/ios/",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"ios": "8.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "v6.4.0"
},
"ios": {
"weak_frameworks": [
"Accounts",
"AudioToolbox",
"CoreGraphics",
"Foundation",
"QuartzCore",
"Security",
"Social",
"UIKit"
]
},
"tvos": {
"weak_frameworks": [
"AudioToolbox",
"CoreGraphics",
"Foundation",
"QuartzCore",
"Security",
"UIKit"
]
},
"requires_arc": true,
"default_subspecs": "Share",
"swift_versions": "5.0",
"header_dir": "FBSDKShareKit",
"prefix_header_contents": "#define FBSDKCOCOAPODS",
"subspecs": [
{
"name": "Share",
"dependencies": {
"FBSDKCoreKit": [
"~> 6.4.0"
]
},
"exclude_files": "FBSDKShareKit/FBSDKShareKit/include/**/*",
"public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
"source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}"
},
{
"name": "Swift",
"dependencies": {
"FBSDKCoreKit/Swift": [
"~> 6.4.0"
],
"FBSDKShareKit/Share": [
]
},
"source_files": "FBSDKShareKit/FBSDKShareKit/Swift/*.{swift}",
"exclude_files": "FBSDKShareKit/FBSDKShareKit/Swift/Exports.swift"
}
],
"swift_version": "5.0"
}