| { |
| "name": "ZippyJSONCFamily", |
| "version": "1.1.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": "1.1.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" |
| ] |
| } |