[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 9 / b / 5 / FBSDKCoreKit / 11.1.0 / FBSDKCoreKit.podspec.json
blob816752f9600bd57e6fa8343dc3c4012ec14a54a8
2   "name": "FBSDKCoreKit",
3   "version": "11.1.0",
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.1.0"
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.1.0"
65         ],
66         "FBAEMKit": [
67           "~> 11.1.0"
68         ]
69       },
70       "exclude_files": [
71         "Sources/FacebookCore/Exports.swift",
72         "FBSDKCoreKit/FBSDKCoreKit/include/**/*",
73         "FBSDKCoreKit/FBSDKCoreKit/Swift/Exports.swift"
74       ],
75       "source_files": [
76         "FBSDKCoreKit/FBSDKCoreKit/**/*.{h,hpp,m,mm}",
77         "Sources/FacebookCore/**/*.swift"
78       ],
79       "public_header_files": [
80         "FBSDKCoreKit/FBSDKCoreKit/*.h",
81         "FBSDKCoreKit/FBSDKCoreKit/AppEvents/*.h",
82         "FBSDKCoreKit/FBSDKCoreKit/AppLink/*.h",
83         "FBSDKCoreKit/FBSDKCoreKit/AppLink/Resolver/*.h",
84         "FBSDKCoreKit/FBSDKCoreKit/GraphAPI/*.h"
85       ],
86       "private_header_files": [
87         "FBSDKCoreKit/FBSDKCoreKit/Internal/**/*.h",
88         "FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/**/*.h"
89       ],
90       "resource_bundles": {
91         "FacebookSDKStrings": [
92           "FacebookSDKStrings.bundle/**/*.strings"
93         ]
94       },
95       "libraries": [
96         "c++",
97         "stdc++"
98       ]
99     }
100   ],
101   "swift_version": "5.0"