2 "name": "ZippyJSONCFamily",
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",
8 "michaeleisel": "michael.eisel@gmail.com"
11 "git": "https://github.com/michaeleisel/ZippyJSONCFamily.git",
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"
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"