[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / b / 5 / FBSDKCoreKit / 11.0.1 / FBSDKCoreKit.podspec.json
blob57fdddb6764b58bc65ded08bcbc18a96f7f2ecb0
2   "name": "FBSDKCoreKit",
3   "version": "11.0.1",
4   "summary": "Official Facebook SDK for iOS to access Facebook Platform core features",
5   "description": "The Facebook SDK for iOS CoreKit framework provides:\n* App Events (for App Analytics)\n* Graph API Access and Error Recovery\n* Working with Access Tokens and User Profiles",
6   "homepage": "https://developers.facebook.com/docs/ios/",
7   "license": {
8     "type": "Facebook Platform License",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "ios": "9.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-ios-sdk.git",
18     "tag": "v11.0.1"
19   },
20   "ios": {
21     "weak_frameworks": [
22       "Accelerate",
23       "Accounts",
24       "AdSupport",
25       "Social",
26       "Security",
27       "StoreKit",
28       "QuartzCore",
29       "CoreGraphics",
30       "UIKit",
31       "Foundation",
32       "AudioToolbox"
33     ]
34   },
35   "tvos": {
36     "weak_frameworks": [
37       "CoreLocation",
38       "Security",
39       "QuartzCore",
40       "CoreGraphics",
41       "UIKit",
42       "Foundation",
43       "AudioToolbox"
44     ]
45   },
46   "default_subspecs": "Core",
47   "swift_versions": "5.0",
48   "pod_target_xcconfig": {
49     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1",
50     "DEFINES_MODULE": "YES"
51   },
52   "user_target_xcconfig": {
53     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1"
54   },
55   "libraries": [
56     "c++",
57     "stdc++"
58   ],
59   "subspecs": [
60     {
61       "name": "Core",
62       "dependencies": {
63         "FBSDKCoreKit_Basics": [
64           "~> 11.0.1"
65         ]
66       },
67       "exclude_files": [
68         "Sources/FacebookCore/Exports.swift",
69         "FBSDKCoreKit/FBSDKCoreKit/include/**/*",
70         "FBSDKCoreKit/FBSDKCoreKit/Swift/Exports.swift"
71       ],
72       "source_files": [
73         "FBSDKCoreKit/FBSDKCoreKit/**/*.{h,hpp,m,mm}",
74         "Sources/FacebookCore/**/*.swift"
75       ],
76       "public_header_files": [
77         "FBSDKCoreKit/FBSDKCoreKit/*.h",
78         "FBSDKCoreKit/FBSDKCoreKit/AppEvents/*.h",
79         "FBSDKCoreKit/FBSDKCoreKit/AppLink/*.h",
80         "FBSDKCoreKit/FBSDKCoreKit/AppLink/Resolver/*.h",
81         "FBSDKCoreKit/FBSDKCoreKit/GraphAPI/*.h"
82       ],
83       "private_header_files": [
84         "FBSDKCoreKit/FBSDKCoreKit/Internal/**/*.h",
85         "FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/**/*.h"
86       ],
87       "resource_bundles": {
88         "FacebookSDKStrings": [
89           "FacebookSDKStrings.bundle/**/*.strings"
90         ]
91       },
92       "libraries": [
93         "c++",
94         "stdc++"
95       ]
96     }
97   ],
98   "swift_version": "5.0"