blob: 5837f792a9c7f429d803de0177741debd2cc1581 [file] [log] [blame]
{
"name": "ZippyJSONCFamily",
"version": "0.0.1",
"summary": "Support lib for ZippyJSON",
"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.",
"homepage": "https://github.com/michaeleisel/ZippyJSONCFamily",
"authors": {
"michaeleisel": "michael.eisel@gmail.com"
},
"source": {
"git": "https://github.com/michaeleisel/ZippyJSONCFamily.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"libraries": "c++",
"pod_target_xcconfig": {
"CLANG_X86_VECTOR_INSTRUCTIONS": "avx"
},
"source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
"public_header_files": "Sources/**/*.h",
"private_header_files": [
"Sources/ZippyJSONCFamily/*.h",
"Sources/ZippyJSONCFamily/rapidjson/**/*.h"
]
}