blob: 2592844c89bc862155f067441d89453ef63c3e63 [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.3.1",
"authors": "Facebook",
"homepage": "https://developers.facebook.com/docs/swift",
"documentation_url": "https://developers.facebook.com/docs/swift/sdk-reference",
"license": {
"type": "Facebook Platform License",
"file": "LICENSE"
},
"summary": "Official Facebook SDK in Swift 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.",
"source": {
"git": "https://github.com/facebook/facebook-sdk-swift.git",
"tag": "0.3.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.3.1"
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.33"
],
"FBSDKShareKit": [
"~> 4.33"
]
}
}
}