blob: 5f58e15c51d22f30394cb585d1f562e3a71a89ed [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.6.1",
"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-sdk-swift.git",
"tag": "v0.6.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.5"
],
"Bolts": [
"~> 1.9"
],
"FBSDKCoreKit": [
"~> 4.43"
],
"FBSDKShareKit": [
"~> 4.43"
]
}
}
}