blob: bfad934fd118a13cacf08decd50aaf87d37c91f7 [file] [log] [blame]
{
"name": "FBSDKShareKit",
"version": "4.6.0",
"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",
"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.6.0"
},
"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}",
"header_dir": "FBSDKShareKit",
"dependencies": {
"FBSDKCoreKit": [
]
}
}