[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 0 / Facebook-iOS-SDK / 3.18.0 / Facebook-iOS-SDK.podspec.json
blobe56e3368eb0c6e071a53bdc59c1ce64556015e92
2   "name": "Facebook-iOS-SDK",
3   "version": "3.18.0",
4   "platforms": {
5     "ios": "6.0"
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": "https://developers.facebook.com/docs/ios/",
11   "authors": "Facebook",
12   "source": {
13     "git": "https://github.com/facebook/facebook-ios-sdk.git",
14     "tag": "sdk-version-3.18.0",
15     "submodules": true
16   },
17   "source_files": [
18     "src/*.{h,m}",
19     "src/AppLink/*.{h,m}",
20     "src/Base64/*.{h,m}",
21     "src/Core/*.{h,m}",
22     "src/Cryptography/*.{h,m}",
23     "src/DeviceAPI/*.{h,m}",
24     "src/Insights/*.{h,m}",
25     "src/Legacy/*.{h,m}",
26     "src/Login/*.{h,m}",
27     "src/Network/*.{h,m}",
28     "src/UI/*.{h,m}"
29   ],
30   "exclude_files": [
31     "src/*Tests.m"
32   ],
33   "resources": "src/FBUserSettingsViewResources.bundle",
34   "header_dir": "FacebookSDK",
35   "frameworks": [
36     "Accounts",
37     "CoreLocation",
38     "Social",
39     "Security"
40   ],
41   "prepare_command": "find src -name \\*.png | grep -v @ | 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",
42   "dependencies": {
43     "Bolts": [
45     ]
46   },
47   "requires_arc": false