[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / f / libffi / 3.0.11 / libffi.podspec.json
blob2136edf0b51034bab3f67c3f706de91663207556
2   "name": "libffi",
3   "version": "3.0.11",
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/zwaldowski/libffi-iOS.git",
17     "tag": "v3.0.11"
18   },
19   "preserve_paths": "src/dlmalloc.c",
20   "ios": {
21     "source_files": [
22       "ios/include/*.h",
23       "ios/src/arm/*.{c,S}",
24       "ios/src/x86/{ffi.c,darwin.S}",
25       "src/{closures,prep_cif,raw_api,types}.c"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "osx/include/*.h",
31       "osx/src/x86/{darwin.S,darwin64.S,ffi.c,ffi64.c}",
32       "src/{closures,prep_cif,raw_api,types}.c"
33     ]
34   },
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-Wl,-no_compact_unwind"
37   },
38   "requires_arc": false