[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / 3 / FBSDKTVOSKit / 5.0.2 / FBSDKTVOSKit.podspec.json
blobcff293e849dc4bcf522e9d9192b458a8461b82e8
2   "name": "FBSDKTVOSKit",
3   "version": "5.0.2",
4   "summary": "Official Facebook SDK for tvOS to access Facebook Platform with features like Login and Graph API.",
5   "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.",
6   "homepage": "https://developers.facebook.com/docs/tvos",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "tvos": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-objc-sdk.git",
17     "tag": "v5.0.2"
18   },
19   "source_files": "FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}",
20   "public_header_files": "FBSDKTVOSKit/FBSDKTVOSKit/*.h",
21   "header_dir": "FBSDKTVOSKit",
22   "dependencies": {
23     "FBSDKCoreKit": [
24       "~> 5.0"
25     ],
26     "FBSDKShareKit": [
27       "~> 5.0"
28     ],
29     "FBSDKLoginKit": [
30       "~> 5.0"
31     ]
32   }