[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.18.2 / Facebook-iOS-SDK.podspec.json
blob74bc71e8da836f4c35a7448d937f61076db7487d
2   "name": "Facebook-iOS-SDK",
3   "version": "3.18.2",
4   "summary": "The iOS SDK provides Facebook Platform support for iOS apps.",
5   "description": "                   The Facebook SDK for iOS enables you to access the Facebook Platform APIs including the Graph API, FQL, and Dialogs.\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": "5.0"
14   },
15   "source": {
16     "git": "https://github.com/facebook/facebook-ios-sdk.git",
17     "tag": "sdk-version-3.18.2",
18     "submodules": true
19   },
20   "source_files": [
21     "src/*.{h,m}",
22     "src/AppLink/*.{h,m}",
23     "src/Base64/*.{h,m}",
24     "src/Core/*.{h,m}",
25     "src/Cryptography/*.{h,m}",
26     "src/DeviceAPI/*.{h,m}",
27     "src/Insights/*.{h,m}",
28     "src/Legacy/*.{h,m}",
29     "src/Login/*.{h,m}",
30     "src/Network/*.{h,m}",
31     "src/UI/*.{h,m}"
32   ],
33   "exclude_files": "src/*Tests.m",
34   "header_dir": "FacebookSDK",
35   "resources": "src/FBUserSettingsViewResources.bundle",
36   "frameworks": [
37     "Accounts",
38     "CoreLocation",
39     "Social",
40     "Security"
41   ],
42   "requires_arc": false,
43   "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",
44   "dependencies": {
45     "Bolts": [
46       "~> 1.0"
47     ]
48   }