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 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",
13 "git": "https://github.com/facebook/facebook-ios-sdk.git",
14 "tag": "sdk-version-3.7.1"
19 "src/Cryptography/*.{h,m}"
22 "src/FacebookSDKResources.bundle",
23 "src/FBUserSettingsViewResources.bundle"
25 "header_dir": "FacebookSDK",
32 "frameworks": "CoreLocation",
33 "prepare_command": "find src -name \\*.png | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).png|python scripts/image_to_code.py -i \\1/\\2.png -c \\2 -o src|' | sh",