[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / b / FBSDKShareKit / 4.0.1 / FBSDKShareKit.podspec.json
blob765187f35eb8b585e6e571dc526ee69161fb8a3b
2   "name": "FBSDKShareKit",
3   "version": "4.0.1",
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\n",
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.0.1"
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   "private_header_files": [
34     "FBSDKShareKit/FBSDKShareKit/**/*Internal.h",
35     "FBSDKShareKit/FBSDKShareKit/Internal/**/*.h"
36   ],
37   "header_dir": "FBSDKShareKit",
38   "dependencies": {
39     "FBSDKCoreKit": [
41     ]
42   }