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