blob: 596034d4b51e2d2c5efcfb77b15c268a0161447e [file] [log] [blame]
{
"name": "FacebookCore",
"version": "0.3.2",
"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 core features.",
"description": "The Facebook SDK in Swift Core framework provides:\n* App Events (for App Analytics)\n* Graph API Access and Error Recovery\n* Working with Access Tokens and User Profiles",
"source": {
"git": "https://github.com/facebook/facebook-sdk-swift.git",
"tag": "0.3.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Core/**/*.swift",
"module_name": "FacebookCore",
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"ios": {
"dependencies": {
"Bolts": [
"~> 1.8"
],
"FBSDKCoreKit": [
"~> 4.35"
]
}
}
}