[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 4.1.0 / FBSDKLoginKit.podspec.json
blobb7c534505f13035ae7796d46ee5d1cf5adc8f817
2   "name": "FBSDKLoginKit",
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": "                   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.\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   "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
32   "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}",
33   "header_dir": "FBSDKLoginKit",
34   "dependencies": {
35     "FBSDKCoreKit": [
37     ]
38   }