blob: 2a7d8ce3b98c41d9a3dd3c68bfc1aa5ae23acfd9 [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.2.0",
"authors": "Facebook",
"homepage": "https://developers.facebook.com/docs/swift",
"documentation_url": "https://developers.facebook.com/docs/swift/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.2.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.2"
],
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.15"
],
"FBSDKShareKit": [
"~> 4.15"
]
}
}
}