[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 2 / 3 / 5 / serialize / 0.0.1 / serialize.podspec.json
blob656cc1121d14215f0099dfe0f097de7ed9804a37
2   "name": "serialize",
3   "version": "0.0.1",
4   "summary": "serialize tool for c/c++ basic object types, ie. int ,char ,string,time_t...",
5   "description": "\t\t\t\t   Some functions that overload operation '>>' and '<<' ,make it simple\tto write or read from 'FILE'.\t\t\n\n\t\t\t\t   FILE *file = fopen(\"/test.txt\", \"w\");\n\t\t\t\t   int i = 1;\n\t\t\t\t   char c = 'd';\n\t\t\t\t   string str = \"test_string\";\n\n\t\t\t\t   // write those to the file\n\t\t\t\t   file << i << c << str;\n\t\t\t\t\t\n\t\t\t\t   // read value from file\n\t\t\t\t   file >> i >> c >> str;\n\n",
6   "homepage": "https://github.com/liaogang/serialize.git",
7   "license": "MIT",
8   "authors": {
9     "liaogang": "ynwlgh@icloud.com"
10   },
11   "platforms": {
12     "osx": "10.7"
13   },
14   "source": {
15     "git": "https://github.com/liaogang/serialize.git",
16     "tag": "v0.0.1"
17   },
18   "source_files": "*.{h,cpp}",
19   "public_header_files": "*.h"