blob: 765187f35eb8b585e6e571dc526ee69161fb8a3b [file] [log] [blame]
{
"name": "FBSDKShareKit",
"version": "4.0.1",
"summary": "Official Facebook SDK for iOS to access Facebook Platform's Sharing Features",
"description": " The Facebook SDK for iOS ShareKit framework provides:\n * Share content with Share Dialog and Message Dialog.\n * Send Game Requests or App Invites to grow your app.\n * Publish content and open graph stories with the Graph API\n",
"homepage": "https://developers.facebook.com/docs/ios/",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"authors": "Facebook",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/facebook/facebook-ios-sdk.git",
"tag": "sdk-version-4.0.1"
},
"weak_frameworks": [
"Accounts",
"CoreLocation",
"Social",
"Security",
"QuartzCore",
"CoreGraphics",
"UIKit",
"Foundation",
"AudioToolbox"
],
"requires_arc": true,
"source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}",
"public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
"private_header_files": [
"FBSDKShareKit/FBSDKShareKit/**/*Internal.h",
"FBSDKShareKit/FBSDKShareKit/Internal/**/*.h"
],
"header_dir": "FBSDKShareKit",
"dependencies": {
"FBSDKCoreKit": [
]
}
}