[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 7 / a / ZDLibffi / 0.0.2 / ZDLibffi.podspec.json
bloba918e894f34e634420b0dc0cde60bc07843668eb
2   "name": "ZDLibffi",
3   "version": "0.0.2",
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.2"
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   },
25   "source_files": "Source/**/*.{h,c,S}",
26   "public_header_files": "Source/include/*.h"