[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 4.6.0 / FBSDKShareKit.podspec.json
blobbfad934fd118a13cacf08decd50aaf87d37c91f7
2   "name": "FBSDKShareKit",
3   "version": "4.6.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   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-4.6.0"
18   },
19   "weak_frameworks": [
20     "Accounts",
21     "CoreLocation",
22     "Social",
23     "Security",
24     "QuartzCore",
25     "CoreGraphics",
26     "UIKit",
27     "Foundation",
28     "AudioToolbox"
29   ],
30   "requires_arc": true,
31   "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}",
32   "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
33   "header_dir": "FBSDKShareKit",
34   "dependencies": {
35     "FBSDKCoreKit": [
37     ]
38   }