[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 4.1.0 / Facebook-iOS-SDK.podspec.json
blob79e40b3cc707e4c765f4516a591a30225e8d8e5e
2   "name": "Facebook-iOS-SDK",
3   "version": "4.1.0",
4   "summary": "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API",
5   "description": "                  (DEPRECATED: Use FBSDKCoreKit,FBSDKLoginKit, and FBSDKShareKit podspecs instead)\n                   The 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.\n",
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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-4.1.0"
18   },
19   "weak_frameworks": [
20     "Accounts",
21     "CoreLocation",
22     "Social",
23     "Security",
24     "QuartzCore",
25     "CoreGraphics",
26     "UIKit",
27     "Foundation",
28     "AudioToolbox"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "Bolts": [
33       "~> 1.1"
34     ]
35   },
36   "deprecated": true,
37   "deprecated_in_favor_of": "FBSDKCoreKit",
38   "subspecs": [
39     {
40       "name": "CoreKit",
41       "source_files": "FBSDKCoreKit/FBSDKCoreKit/**/*.{h,m}",
42       "exclude_files": "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.m",
43       "public_header_files": "FBSDKCoreKit/FBSDKCoreKit/*.{h}",
44       "header_dir": "FBSDKCoreKit",
45       "subspecs": [
46         {
47           "name": "no-arc",
48           "source_files": [
49             "FBSDKCoreKit/FBSDKCoreKit/**/*.h",
50             "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.{h,m}"
51           ],
52           "requires_arc": false
53         }
54       ]
55     },
56     {
57       "name": "LoginKit",
58       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
59       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}",
60       "header_dir": "FBSDKLoginKit",
61       "dependencies": {
62         "Facebook-iOS-SDK/CoreKit": [
64         ]
65       }
66     },
67     {
68       "name": "ShareKit",
69       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}",
70       "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
71       "header_dir": "FBSDKShareKit",
72       "dependencies": {
73         "Facebook-iOS-SDK/CoreKit": [
75         ]
76       }
77     }
78   ]