blob: b3a2a137ce1e04bf4a752c4c24a7a30576acd6ba [file] [log] [blame]
{
"name": "FBSDKTVOSKit",
"version": "4.9.1",
"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 for Apps and Graph API.",
"homepage": "https://developers.facebook.com/docs/tvos",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"tvos": "9.0"
},
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "sdk-version-4.9.1"
},
"source_files": "FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}",
"public_header_files": "FBSDKTVOSKit/FBSDKTVOSKit/*.h",
"header_dir": "FBSDKTVOSKit",
"dependencies": {
"FBSDKCoreKit": [
"~> 4.9"
]
}
}