blob: 4a5379795dcf92f3358e7149950d240a941ae7d9 [file] [log] [blame]
{
"name": "stdstr",
"platforms": {
"ios": "8.0"
},
"summary": "C++ 98 std::string port to Swift",
"requires_arc": true,
"version": "0.1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LIU YANG": "vrace_studios@hotmail.com"
},
"homepage": "https://github.com/vrace/stdstr",
"source": {
"git": "https://github.com/vrace/stdstr.git",
"tag": "0.1.1"
},
"frameworks": "Foundation",
"source_files": "stdstr/**/*.{swift}"
}