[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.19.0 / Facebook-iOS-SDK.podspec.json
blob6c5a7cd9a951989aff43e1e01aa5bc2621150204
2   "name": "Facebook-iOS-SDK",
3   "version": "3.19.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.19.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   "resources": "src/FBUserSettingsViewResources.bundle",
29   "weak_frameworks": [
30     "Accounts",
31     "CoreLocation",
32     "Social",
33     "Security",
34     "QuartzCore",
35     "CoreGraphics",
36     "UIKit",
37     "Foundation",
38     "AudioToolbox",
39     "AdSupport"
40   ],
41   "requires_arc": false,
42   "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",
43   "dependencies": {
44     "Bolts": [
45       "~> 1.0"
46     ]
47   }