[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 4.0 / Facebook-iOS-SDK.podspec.json
blob168d9c775278d9dd0f141ba2b862c6d521c6135e
2   "name": "Facebook-iOS-SDK",
3   "version": "4.0",
4   "summary": "Official Facebook SDK for iOS to access Facebook Platform with features like Login, Share and Message Dialog, App Links, and Graph API",
5   "description": "                   The Facebook SDK for iOS enables you to use Facebook's Platform such as:\n                   * Facebook Login to easily sign in users.\n                   * Sharing features like the Share or Message Dialog to grow your app.\n                   * Simpler Graph API access to provide more social context.\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.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   "dependencies": {
32     "Bolts": [
33       "~> 1.0"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "CoreKit",
39       "source_files": "FBSDKCoreKit/FBSDKCoreKit/**/*.{h,m}",
40       "exclude_files": "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.m",
41       "public_header_files": "FBSDKCoreKit/FBSDKCoreKit/*.{h}",
42       "header_dir": "FBSDKCoreKit",
43       "subspecs": [
44         {
45           "name": "no-arc",
46           "source_files": [
47             "FBSDKCoreKit/FBSDKCoreKit/**/*.h",
48             "FBSDKCoreKit/FBSDKCoreKit/Internal/FBSDKDynamicFrameworkLoader.{h,m}"
49           ],
50           "requires_arc": false
51         }
52       ]
53     },
54     {
55       "name": "LoginKit",
56       "source_files": "FBSDKLoginKit/FBSDKLoginKit/**/*.{h,m}",
57       "public_header_files": "FBSDKLoginKit/FBSDKLoginKit/*.{h}",
58       "header_dir": "FBSDKLoginKit",
59       "dependencies": {
60         "Facebook-iOS-SDK/CoreKit": [
62         ]
63       }
64     },
65     {
66       "name": "ShareKit",
67       "source_files": "FBSDKShareKit/FBSDKShareKit/**/*.{h,m}",
68       "public_header_files": "FBSDKShareKit/FBSDKShareKit/*.{h}",
69       "header_dir": "FBSDKShareKit",
70       "dependencies": {
71         "Facebook-iOS-SDK/CoreKit": [
73         ]
74       }
75     }
76   ]