[Add] LogRocket 1.46.9
[CocoaPods.git] / Specs / d / e / 3 / FBSDKTVOSKit / 7.1.0 / FBSDKTVOSKit.podspec.json
blob98abbbae9d7b9236bbffd024020424d5fa186ffd
2   "name": "FBSDKTVOSKit",
3   "version": "7.1.0",
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-ios-sdk.git",
17     "tag": "v7.1.0"
18   },
19   "source_files": "FBSDKTVOSKit/FBSDKTVOSKit/**/*.{h,m}",
20   "public_header_files": "FBSDKTVOSKit/FBSDKTVOSKit/*.h",
21   "header_dir": "FBSDKTVOSKit",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1"
24   },
25   "dependencies": {
26     "FBSDKCoreKit": [
27       "~> 7.1.0"
28     ],
29     "FBSDKShareKit": [
30       "~> 7.1.0"
31     ],
32     "FBSDKLoginKit": [
33       "~> 7.1.0"
34     ]
35   }