blob: 2136edf0b51034bab3f67c3f706de91663207556 [file] [log] [blame]
{
"name": "libffi",
"version": "3.0.11",
"license": "MIT",
"summary": "A portable foreign-function interface library.",
"homepage": "http://sourceware.org/libffi/",
"authors": {
"Anthony Green": "green@moxielogic.com",
"Raffaele Sena": "aff367@gmail.com",
"Jon Beniston": "jon@beniston.com",
"Bo Thorsen": "bo@suse.de",
"Landon Fuller": "landonf@plausible.coop",
"Zachary Waldowski": "zwaldowski@gmail.com"
},
"source": {
"git": "https://github.com/zwaldowski/libffi-iOS.git",
"tag": "v3.0.11"
},
"preserve_paths": "src/dlmalloc.c",
"ios": {
"source_files": [
"ios/include/*.h",
"ios/src/arm/*.{c,S}",
"ios/src/x86/{ffi.c,darwin.S}",
"src/{closures,prep_cif,raw_api,types}.c"
]
},
"osx": {
"source_files": [
"osx/include/*.h",
"osx/src/x86/{darwin.S,darwin64.S,ffi.c,ffi64.c}",
"src/{closures,prep_cif,raw_api,types}.c"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-Wl,-no_compact_unwind"
},
"requires_arc": false
}