blob: 3225f95f2aa9555adad75b653ed81cc73f661877 [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.9.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.",
"source": {
"git": "https://github.com/facebook/facebook-swift-sdk.git",
"tag": "v0.9.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.9.0"
],
"FBSDKCoreKit": [
"~> 5.0"
],
"FBSDKShareKit": [
"~> 5.0"
]
}
},
"swift_version": "5.0"
}