[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / c / 7 / ffi / 3.3 / ffi.podspec.json
blobad569f7ca296d6ce25d70bee7150086f98eea033
2   "name": "ffi",
3   "version": "3.3",
4   "license": "MIT",
5   "summary": "A portable foreign-function interface library.",
6   "homepage": "http://sourceware.org/libffi/",
7   "authors": {
8     "Anthony Green": "green@moxielogic.com",
9     "Raffaele Sena": "aff367@gmail.com",
10     "Jon Beniston": "jon@beniston.com",
11     "Bo Thorsen": "bo@suse.de",
12     "Landon Fuller": "landonf@plausible.coop",
13     "Zachary Waldowski": "zwaldowski@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/jasenhuang/ffi.git",
17     "tag": "v3.3"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "public_header_files": "libffi/include/*.h",
25     "source_files": [
26       "libffi/include/*.h",
27       "libffi/common/*.{c,S,h}",
28       "libffi/arm/*.{c,S,h}",
29       "libffi/x86/*.{c,S,h}",
30       "libffi/aarch64/*.{c,S,h}"
31     ]
32   },
33   "osx": {
34     "public_header_files": "libffi/include/*.h",
35     "source_files": [
36       "libffi/include/*.h",
37       "libffi/common/*.{c,S,h}",
38       "libffi/x86/*.{c,S,h}",
39       "libffi/aarch64/*.{c,S,h}"
40     ]
41   },
42   "xcconfig": {
43     "OTHER_LDFLAGS": "-Wl,-no_compact_unwind",
44     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_DL_PREFIX"
45   }