[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 4.6.0-beta1 / FBSDKLoginKit.podspec.json
blob39851ab7a93ba8a9cf64af22d0c400b3113a5d7e
2   "name": "FBSDKLoginKit",
3   "version": "4.6.0-beta1",
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": "The Facebook SDK for iOS LoginKit framework provides:\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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-4.6.0-beta1"
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   "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
32   "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}",
33   "header_dir": "FBSDKLoginKit",
34   "dependencies": {
35     "FBSDKCoreKit": [
36       "4.6.0-beta1"
37     ]
38   }