blob: 557d4e779cb39ac92ff6831c43a7486f5f4c575a [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.3.3",
"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.3.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.3.3"
],
"Bolts": [
"~> 1.9"
],
"FBSDKCoreKit": [
"~> 4.36"
],
"FBSDKShareKit": [
"~> 4.36"
]
}
}
}