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