blob: 98abbbae9d7b9236bbffd024020424d5fa186ffd [file] [log] [blame]
{
"name": "FBSDKTVOSKit",
"version": "7.1.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-ios-sdk.git",
"tag": "v7.1.0"
},
"source_files": "FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}",
"public_header_files": "FBSDKTVOSKit/FBSDKTVOSKit/*.h",
"header_dir": "FBSDKTVOSKit",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1"
},
"dependencies": {
"FBSDKCoreKit": [
"~> 7.1.0"
],
"FBSDKShareKit": [
"~> 7.1.0"
],
"FBSDKLoginKit": [
"~> 7.1.0"
]
}
}