[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 4.37.0 / FBSDKShareKit.podspec.json
blob138512528606d0d51caf61d76aecc18cb28fc09a
2   "name": "FBSDKShareKit",
3   "version": "4.37.0",
4   "summary": "Official Facebook SDK for iOS to access Facebook Platform's 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": "7.0",
14     "tvos": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-objc-sdk.git",
18     "tag": "sdk-version-4.37.0"
19   },
20   "ios": {
21     "weak_frameworks": [
22       "Accounts",
23       "AudioToolbox",
24       "CoreGraphics",
25       "CoreLocation",
26       "Foundation",
27       "QuartzCore",
28       "Security",
29       "Social",
30       "UIKit"
31     ],
32     "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}",
33     "exclude_files": [
34       "FBSDKShareKit/FBSDKShareKit/FBSDKDeviceShareButton.{h,m}",
35       "FBSDKShareKit/FBSDKShareKit/FBSDKDeviceShareViewController.{h,m}"
36     ]
37   },
38   "tvos": {
39     "weak_frameworks": [
40       "AudioToolbox",
41       "CoreGraphics",
42       "CoreLocation",
43       "Foundation",
44       "QuartzCore",
45       "Security",
46       "UIKit"
47     ],
48     "source_files": [
49       "FBSDKShareKit/FBSDKShareKit/FBSDKDeviceShareButton.{h,m}",
50       "FBSDKShareKit/FBSDKShareKit/FBSDKDeviceShareViewController.{h,m}",
51       "FBSDKShareKit/FBSDKShareKit/FBSDKHashtag.{h,m}",
52       "FBSDKShareKit/FBSDKShareKit/FBSDKShareKit.h",
53       "FBSDKShareKit/FBSDKShareKit/FBSDKShareAPI.{h,m}",
54       "FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.{h,m}",
55       "FBSDKShareKit/FBSDKShareKit/FBSDKShareConstants.{h,m}",
56       "FBSDKShareKit/FBSDKShareKit/FBSDKShareLinkContent.{h,m}",
57       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMediaContent.{h,m}",
58       "FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphAction.{h,m}",
59       "FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphContent.{h,m}",
60       "FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphObject.{h,m}",
61       "FBSDKShareKit/FBSDKShareKit/FBSDKShareOpenGraphValueContainer.{h,m}",
62       "FBSDKShareKit/FBSDKShareKit/FBSDKSharePhoto.{h,m}",
63       "FBSDKShareKit/FBSDKShareKit/FBSDKSharePhotoContent.{h,m}",
64       "FBSDKShareKit/FBSDKShareKit/FBSDKShareVideo.{h,m}",
65       "FBSDKShareKit/FBSDKShareKit/FBSDKShareVideoContent.{h,m}",
66       "FBSDKShareKit/FBSDKShareKit/FBSDKSharing.h",
67       "FBSDKShareKit/FBSDKShareKit/FBSDKSharingContent.h",
68       "FBSDKShareKit/FBSDKShareKit/FBSDKSharingValidation.h",
69       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerActionButton.h",
70       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerGenericTemplateContent.h",
71       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerGenericTemplateElement.h",
72       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerMediaTemplateContent.h",
73       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerOpenGraphMusicTemplateContent.h",
74       "FBSDKShareKit/FBSDKShareKit/FBSDKShareMessengerURLActionButton.h",
75       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareDefines.h",
76       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareError.{h,m}",
77       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareLinkContent+Internal.h",
78       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareOpenGraphValueContainer+Internal.h",
79       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKShareUtility.{h,m}",
80       "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.{h,m}"
81     ]
82   },
83   "requires_arc": true,
84   "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
85   "header_dir": "FBSDKShareKit",
86   "pod_target_xcconfig": {
87     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
88   },
89   "dependencies": {
90     "FBSDKCoreKit": [
91       "~> 4.37.0"
92     ]
93   }