[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 11.2.0 / FBSDKShareKit.podspec.json
blobbd056a67c486973c83122f3b0ca56cd2abd190c3
2   "name": "FBSDKShareKit",
3   "version": "11.2.0",
4   "summary": "Official Facebook SDK for iOS to access Facebook Platform Sharing Features",
5   "description": "The Facebook SDK for iOS ShareKit framework provides:\n* Share content with Share Dialog and Message Dialog.\n* Send Game Requests or App Invites to grow your app.\n* Publish content and open graph stories with the Graph API",
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.2.0"
19   },
20   "ios": {
21     "weak_frameworks": [
22       "Accounts",
23       "AudioToolbox",
24       "CoreGraphics",
25       "Foundation",
26       "QuartzCore",
27       "Security",
28       "Social",
29       "UIKit"
30     ]
31   },
32   "tvos": {
33     "weak_frameworks": [
34       "AudioToolbox",
35       "CoreGraphics",
36       "Foundation",
37       "QuartzCore",
38       "Security",
39       "UIKit"
40     ]
41   },
42   "requires_arc": true,
43   "default_subspecs": "Share",
44   "swift_versions": "5.0",
45   "header_dir": "FBSDKShareKit",
46   "pod_target_xcconfig": {
47     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FBSDKCOCOAPODS=1",
48     "OTHER_SWIFT_FLAGS": "$(inherited) -Xcc -DFBSDKCOCOAPODS"
49   },
50   "subspecs": [
51     {
52       "name": "Share",
53       "dependencies": {
54         "FBSDKCoreKit_Basics": [
55           "~> 11.2.0"
56         ],
57         "FBSDKCoreKit": [
58           "~> 11.2.0"
59         ]
60       },
61       "exclude_files": [
62         "FBSDKShareKit/FBSDKShareKit/include/**/*",
63         "FBSDKShareKit/FBSDKShareKit/Swift/Exports.swift"
64       ],
65       "public_header_files": [
66         "FBSDKShareKit/FBSDKShareKit/*.{h}",
67         "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h"
68       ],
69       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m,swift}"
70     }
71   ],
72   "swift_version": "5.0"