[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 4 / 3 / libffi-iOS / 3.3.3-iOS / libffi-iOS.podspec.json
blobc4d63a06b86e317dd04b00f0f81dbe982dd699ae
2   "name": "libffi-iOS",
3   "version": "3.3.3-iOS",
4   "summary": "A portable foreign-function interface library.",
5   "description": "A portable foreign-function interface library for iOS.",
6   "homepage": "http://sourceware.org/libffi",
7   "license": "MIT",
8   "authors": {
9     "Yanni Wang 王氩": "wy19900729@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/623637646/libffi.git",
16     "tag": "v3.3.3-iOS"
17   },
18   "source_files": "{darwin_common,darwin_ios}/**/*.{h,c,S}",
19   "public_header_files": "{darwin_common,darwin_ios}/include/**/*.{h}",
20   "pod_target_xcconfig": {
21     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_DL_PREFIX=1",
22     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES",
23     "DEFINES_MODULE": "YES"
24   }