blob: 2c06552aa0b1e3e3eb5ff497d74df3fb498dd161 [file] [log] [blame]
{
"name": "yysk",
"version": "1.1.2",
"summary": "Simple c++ binary serialization tookit.",
"homepage": "https://github.com/charleslyh/yysk",
"authors": {
"Charles Lee": "charles.liyh@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/charleslyh/yysk.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "**/*.hpp",
"public_header_files": "**/*.hpp",
"header_mappings_dir": "yysk",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}"
}
}