blob: 1d1a9d225675c912baea00485b528efedb5503a1 [file] [log] [blame]
{
"name": "FacebookCore",
"version": "0.3.3",
"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.3"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "Sources/Core/**/*.swift",
"module_name": "FacebookCore",
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"ios": {
"dependencies": {
"Bolts": [
"~> 1.9"
],
"FBSDKCoreKit": [
"~> 4.36"
]
}
}
}