[Add] YIM 2.2.1
[CocoaPods.git] / Specs / e / 9 / 6 / FacebookCore / 0.3.3 / FacebookCore.podspec.json
blob1d1a9d225675c912baea00485b528efedb5503a1
2   "name": "FacebookCore",
3   "version": "0.3.3",
4   "authors": "Facebook",
5   "homepage": "https://developers.facebook.com/docs/swift",
6   "documentation_url": "https://developers.facebook.com/docs/swift/reference",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "summary": "Official Facebook SDK in Swift to access Facebook Platform's core features.",
12   "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",
13   "source": {
14     "git": "https://github.com/facebook/facebook-sdk-swift.git",
15     "tag": "0.3.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "Sources/Core/**/*.swift",
23   "module_name": "FacebookCore",
24   "pod_target_xcconfig": {
25     "ENABLE_TESTABILITY": "YES"
26   },
27   "ios": {
28     "dependencies": {
29       "Bolts": [
30         "~> 1.9"
31       ],
32       "FBSDKCoreKit": [
33         "~> 4.36"
34       ]
35     }
36   }