[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / 4 / 2 / f / ZippyJSONCFamily / 0.0.1 / ZippyJSONCFamily.podspec.json
blob5837f792a9c7f429d803de0177741debd2cc1581
2   "name": "ZippyJSONCFamily",
3   "version": "0.0.1",
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": "0.0.1"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.13"
17   },
18   "libraries": "c++",
19   "pod_target_xcconfig": {
20     "CLANG_X86_VECTOR_INSTRUCTIONS": "avx"
21   },
22   "source_files": "Sources/**/*.{h,hh,mm,m,c,cpp,swift}",
23   "public_header_files": "Sources/**/*.h",
24   "private_header_files": [
25     "Sources/ZippyJSONCFamily/*.h",
26     "Sources/ZippyJSONCFamily/rapidjson/**/*.h"
27   ]