[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.7.0 / Facebook-iOS-SDK.podspec.json
blobaabbf82d1a278302873056c48e65597ca4aa9c5a
2   "name": "Facebook-iOS-SDK",
3   "version": "3.7.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.7.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   "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",
34   "requires_arc": false