[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.6.0 / Facebook-iOS-SDK.podspec.json
blob4f9a2644e3d553ace795ce2905adeedae0a5a636
2   "name": "Facebook-iOS-SDK",
3   "version": "3.6.0",
4   "platforms": {
5     "ios": null
6   },
7   "license": "Apache License, Version 2.0",
8   "summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
9   "description": "The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.",
10   "homepage": "http://developers.facebook.com/docs/reference/iossdk",
11   "authors": "Facebook",
12   "source": {
13     "git": "https://github.com/facebook/facebook-ios-sdk.git",
14     "tag": "sdk-version-3.6.0"
15   },
16   "source_files": [
17     "src/*.{h,m}",
18     "src/Base64/*.{h,m}",
19     "src/Cryptography/*.{h,m}"
20   ],
21   "resources": [
22     "src/FacebookSDKResources.bundle",
23     "src/FBUserSettingsViewResources.bundle"
24   ],
25   "header_dir": "FacebookSDK",
26   "weak_frameworks": [
27     "Accounts",
28     "AdSupport",
29     "Social",
30     "Security"
31   ],
32   "frameworks": "CoreLocation",
33   "requires_arc": false,
34   "prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"