[Add] BranchSDK 3.8.0
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 4.38.0 / Facebook-iOS-SDK.podspec.json
blob98908f31c0ecd3675bf10735d03b445766120bbc
2   "name": "Facebook-iOS-SDK",
3   "version": "4.38.0",
4   "summary": "(DEPRECATED: Use FacebookSDK instead) Official Facebook SDK for iOS to access Facebook Platform",
5   "description": "(DEPRECATED: Use FacebookSDK podspec instead)\nThe Facebook SDK for iOS enables you to use Facebook's Platform such as:\n* Facebook Login to easily sign in users.\n* Sharing features like the Share or Message Dialog to grow your app.\n* Simpler Graph API access to provide more social context.",
6   "homepage": "https://developers.facebook.com/docs/ios/",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "ios": "8.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-objc-sdk.git",
18     "tag": "sdk-version-4.38.0"
19   },
20   "ios": {
21     "weak_frameworks": [
22       "Accounts",
23       "CoreLocation",
24       "Social",
25       "Security",
26       "QuartzCore",
27       "CoreGraphics",
28       "UIKit",
29       "Foundation",
30       "AudioToolbox",
31       "WebKit"
32     ]
33   },
34   "tvos": {
35     "weak_frameworks": [
36       "CoreLocation",
37       "Security",
38       "QuartzCore",
39       "CoreGraphics",
40       "UIKit",
41       "Foundation",
42       "AudioToolbox"
43     ]
44   },
45   "requires_arc": true,
46   "deprecated": true,
47   "deprecated_in_favor_of": "FacebookSDK",
48   "dependencies": {
49     "Bolts": [
50       "~> 1.9"
51     ]
52   },
53   "default_subspecs": [
54     "CoreKit",
55     "MarketingKit"
56   ],
57   "subspecs": [
58     {
59       "name": "CoreKit",
60       "dependencies": {
61         "FBSDKCoreKit": [
63         ]
64       }
65     },
66     {
67       "name": "LoginKit",
68       "dependencies": {
69         "Facebook-iOS-SDK/CoreKit": [
71         ],
72         "FBSDKLoginKit": [
74         ]
75       }
76     },
77     {
78       "name": "ShareKit",
79       "dependencies": {
80         "Facebook-iOS-SDK/CoreKit": [
82         ],
83         "FBSDKShareKit": [
85         ]
86       }
87     },
88     {
89       "name": "TVOSKit",
90       "platforms": {
91         "tvos": "9.0"
92       },
93       "dependencies": {
94         "Facebook-iOS-SDK/ShareKit": [
96         ],
97         "Facebook-iOS-SDK/LoginKit": [
99         ],
100         "FBSDKTVOSKit": [
102         ]
103       }
104     },
105     {
106       "name": "PlacesKit",
107       "platforms": {
108         "ios": "8.0"
109       },
110       "dependencies": {
111         "Facebook-iOS-SDK/CoreKit": [
113         ],
114         "FBSDKPlacesKit": [
116         ]
117       }
118     },
119     {
120       "name": "MarketingKit",
121       "platforms": {
122         "ios": "8.0"
123       },
124       "dependencies": {
125         "Facebook-iOS-SDK/CoreKit": [
127         ],
128         "FBSDKMarketingKit": [
130         ]
131       }
132     }
133   ]