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