blob: fa65591c44d92c210193fae04d0eaab245ae4fbb [file] [log] [blame]
{
"name": "FBSDKTVOSKit",
"version": "5.2.0",
"summary": "Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.",
"description": "The Facebook SDK for tvOS Kit framework provides Facebook Login with a confirmation code\nto easily sign in users on Apple TV without using the remote.\nSee FBSDKCoreKit for additional functionality like Analytics and Graph API.",
"homepage": "https://developers.facebook.com/docs/tvos",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"tvos": "10.0"
},
"source": {
"git": "https://github.com/facebook/facebook-objc-sdk.git",
"tag": "v5.2.0"
},
"source_files": "FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}",
"public_header_files": "FBSDKTVOSKit/FBSDKTVOSKit/*.h",
"header_dir": "FBSDKTVOSKit",
"dependencies": {
"FBSDKCoreKit": [
"~> 5.0"
],
"FBSDKShareKit": [
"~> 5.0"
],
"FBSDKLoginKit": [
"~> 5.0"
]
}
}