[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 9.0.1 / FBSDKShareKit.podspec.json
blobed63503bf233cde0938e4ae040758f9da5424b97
2   "name": "FBSDKShareKit",
3   "version": "9.0.1",
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": "v9.0.1"
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   "prefix_header_contents": "#define FBSDKCOCOAPODS",
47   "subspecs": [
48     {
49       "name": "Share",
50       "dependencies": {
51         "FBSDKCoreKit": [
52           "~> 9.0.1"
53         ]
54       },
55       "exclude_files": [
56         "FBSDKShareKit/FBSDKShareKit/include/**/*",
57         "FBSDKShareKit/FBSDKShareKit/Swift/Exports.swift"
58       ],
59       "public_header_files": [
60         "FBSDKShareKit/FBSDKShareKit/*.{h}",
61         "FBSDKShareKit/FBSDKShareKit/Internal/FBSDKVideoUploader.h"
62       ],
63       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m,swift}"
64     }
65   ],
66   "swift_version": "5.0"