[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 5.15.1 / FBSDKShareKit.podspec.json
blob103802c2424d8027486a6dbc3641986b2d41f24d
2   "name": "FBSDKShareKit",
3   "version": "5.15.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": "8.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-ios-sdk.git",
18     "tag": "v5.15.1"
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   },
33   "tvos": {
34     "weak_frameworks": [
35       "AudioToolbox",
36       "CoreGraphics",
37       "CoreLocation",
38       "Foundation",
39       "QuartzCore",
40       "Security",
41       "UIKit"
42     ]
43   },
44   "requires_arc": true,
45   "default_subspecs": "Share",
46   "swift_versions": "5.0",
47   "header_dir": "FBSDKShareKit",
48   "prefix_header_contents": "#define FBSDKCOCOAPODS",
49   "subspecs": [
50     {
51       "name": "Share",
52       "dependencies": {
53         "FBSDKCoreKit": [
54           "~> 5.0"
55         ]
56       },
57       "exclude_files": "FBSDKShareKit/FBSDKShareKit/include/**/*",
58       "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
59       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}"
60     },
61     {
62       "name": "Swift",
63       "dependencies": {
64         "FBSDKCoreKit/Swift": [
65           "~> 5.15.1"
66         ],
67         "FBSDKShareKit/Share": [
69         ]
70       },
71       "source_files": "FBSDKShareKit/FBSDKShareKit/Swift/*.{swift}",
72       "exclude_files": "FBSDKShareKit/FBSDKShareKit/Swift/Exports.swift"
73     }
74   ],
75   "swift_version": "5.0"