[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / f / ZippyJSONCFamily / 1.2.14 / ZippyJSONCFamily.podspec.json
blobc2ae4e6ed843a53a3286dbee71be2c086bb8c06f
2   "name": "ZippyJSONCFamily",
3   "version": "1.2.14",
4   "summary": "Support lib for ZippyJSON",
5   "description": "This is a library meant only to support ZippyJSON and provide a workaround for a Cocoapods issue. Please don't use this library directly.",
6   "homepage": "https://github.com/michaeleisel/ZippyJSONCFamily",
7   "authors": {
8     "michaeleisel": "michael.eisel@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/michaeleisel/ZippyJSONCFamily.git",
12     "tag": "1.2.14"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "tvos": "12.0",
17     "osx": "10.13"
18   },
19   "libraries": "c++",
20   "pod_target_xcconfig": {
21     "CLANG_X86_VECTOR_INSTRUCTIONS": "avx",
22     "CLANG_CXX_LANGUAGE_STANDARD": "c++17",
23     "OTHER_CFLAGS": "-Wno-return-type-c-linkage",
24     "USER_HEADER_SEARCH_PATHS": "${PROJECT_DIR}/asdf"
25   },
26   "source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
27   "public_header_files": "Sources/ZippyJSONCFamily/include/*.h",
28   "private_header_files": [
29     "Sources/ZippyJSONCFamily/*.h"
30   ]