[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 6.2.0 / FBSDKShareKit.podspec.json
blobe2612f1ce9e94be3de2d9cea57576a238d83dc05
2   "name": "FBSDKShareKit",
3   "version": "6.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": "8.0",
14     "tvos": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/facebook/facebook-ios-sdk.git",
18     "tag": "v6.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   "prefix_header_contents": "#define FBSDKCOCOAPODS",
47   "subspecs": [
48     {
49       "name": "Share",
50       "dependencies": {
51         "FBSDKCoreKit": [
52           "~> 6.2.0"
53         ]
54       },
55       "exclude_files": "FBSDKShareKit/FBSDKShareKit/include/**/*",
56       "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
57       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}"
58     },
59     {
60       "name": "Swift",
61       "dependencies": {
62         "FBSDKCoreKit/Swift": [
63           "~> 6.2.0"
64         ],
65         "FBSDKShareKit/Share": [
67         ]
68       },
69       "source_files": "FBSDKShareKit/FBSDKShareKit/Swift/*.{swift}",
70       "exclude_files": "FBSDKShareKit/FBSDKShareKit/Swift/Exports.swift"
71     }
72   ],
73   "swift_version": "5.0"