[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 8 / 7 / a / ZDLibffi / 0.0.3 / ZDLibffi.podspec.json
blobe0c0fee6c866a1feebff50259a9f04edbca9de82
2   "name": "ZDLibffi",
3   "version": "0.0.3",
4   "summary": "Libffi source code integrate",
5   "description": "libffi v3.4.2 integrate to iOS && macOS.",
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_iOS.git",
14     "tag": "0.0.3"
15   },
16   "prefix_header_file": false,
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.12"
20   },
21   "module_name": "ZDLibffi",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES",
24     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_DL_PREFIX=1"
25   },
26   "source_files": "Source/**/*.{h,c,S}",
27   "public_header_files": "Source/include/*.h"