[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / b / 3 / c / FBSDKLoginKit / 4.15.1 / FBSDKLoginKit.podspec.json
blob51151cd81fd2ddcbb7f09890a77a6a41e8d76a67
2   "name": "FBSDKLoginKit",
3   "version": "4.15.1",
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.15.1"
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   "pod_target_xcconfig": {
34     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
35   },
36   "dependencies": {
37     "FBSDKCoreKit": [
39     ]
40   }