blob: 313b8a4fe20513a10344c58eb8a372ca41132a6d [file] [log] [blame]
{
"name": "FacebookShare",
"version": "0.7.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.7.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "Sources/Share/**/*.swift",
"module_name": "FacebookShare",
"ios": {
"dependencies": {
"FacebookCore": [
"~> 0.7"
],
"FBSDKCoreKit": [
"~> 5.0"
],
"FBSDKShareKit": [
"~> 5.0"
]
}
}
}