[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.22.0 / Facebook-iOS-SDK.podspec.json
blob1aaef8eaed09e07be0fa4dc6357c103999841b74
2   "name": "Facebook-iOS-SDK",
3   "version": "3.22.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.22.0"
18   },
19   "source_files": "src/**/*.{h,m}",
20   "exclude_files": [
21     "src/**/*Tests.{h,m}",
22     "src/tests/*.{h,m}",
23     "src/*Test*/*.{h,m}"
24   ],
25   "public_header_files": "src/*.h",
26   "header_dir": "FacebookSDK",
27   "weak_frameworks": [
28     "Accounts",
29     "CoreLocation",
30     "Social",
31     "Security",
32     "QuartzCore",
33     "CoreGraphics",
34     "UIKit",
35     "Foundation",
36     "AudioToolbox"
37   ],
38   "requires_arc": false,
39   "prepare_command": "find src -name \\*.png | grep -v @ | grep -v '/tests/' | 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/ImageResources|' | 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/AudioResources|' | sh",
40   "dependencies": {
41     "Bolts": [
42       "~> 1.0"
43     ]
44   }