[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 7 / a / ZDLibffi / 0.343.0 / ZDLibffi.podspec.json
blobd6044b720bb75dfdb7b390da8e0de810ecf419b4
2   "name": "ZDLibffi",
3   "version": "0.343.0",
4   "summary": "Libffi source code integrate",
5   "description": "libffi v3.4.3 integrate to iOS && macOS && watchos && tvos.",
6   "homepage": "https://github.com/libffi/libffi",
7   "license": "MIT",
8   "authors": {
9     "atgreen": "green@moxielogic.com",
10     "faimin": "fuxianchao@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/faimin/ZDLibffi.git",
14     "tag": "0.343.0"
15   },
16   "prefix_header_file": false,
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "watchos": "3.0",
21     "tvos": "10.0"
22   },
23   "module_name": "ZDLibffi",
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES",
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_DL_PREFIX=1 HAVE_MORECORE=0"
27   },
28   "source_files": "Source/**/*.{h,c,S}",
29   "public_header_files": "Source/include/*.h"