[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.20.0 / Facebook-iOS-SDK.podspec.json
bloba3f43dc3c466aaec5e56dece621a7d98bfe55265
2   "name": "Facebook-iOS-SDK",
3   "version": "3.20.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": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Facebook",
12   "platforms": {
13     "ios": "6.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-3.20.0",
18     "submodules": true
19   },
20   "source_files": "src/**/*.{h,m}",
21   "exclude_files": [
22     "src/**/*Tests.{h,m}",
23     "src/tests/*.{h,m}",
24     "src/*Test*/*.{h,m}"
25   ],
26   "public_header_files": "src/*.h",
27   "header_dir": "FacebookSDK",
28   "weak_frameworks": [
29     "Accounts",
30     "CoreLocation",
31     "Social",
32     "Security",
33     "QuartzCore",
34     "CoreGraphics",
35     "UIKit",
36     "Foundation",
37     "AudioToolbox"
38   ],
39   "requires_arc": false,
40   "prepare_command": "find src -name \\*.png | grep -v @ | grep -v '/tests/' | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).png|scripts/image_to_code.py -i \\1/\\2.png -c \\2 -o src|' | sh && find src -name \\*.wav | grep -v @ | grep -v -- - | sed -e 's|\\(.*\\)/\\([a-zA-Z0-9]*\\).wav|scripts/audio_to_code.py -i \\1/\\2.wav -c \\2 -o src|' | sh",
41   "dependencies": {
42     "Bolts": [
43       "~> 1.0"
44     ]
45   }