2 "name": "Facebook-iOS-SDK",
7 "license": "Apache License, Version 2.0",
8 "summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
9 "description": "The Facebook iOS SDK 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",
13 "git": "https://github.com/facebook/facebook-ios-sdk.git",
14 "tag": "sdk-version-3.0.5.b"
16 "source_files": "src/*.{h,m}",
17 "resources": "src/FBiOSSDKResources.bundle",
18 "libraries": "sqlite3.0",
19 "header_dir": "FacebookSDK",
25 "requires_arc": false,
26 "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"