blob: 8a3423099be47751e6df2a9cf1c1b38870a9fa2e [file] [log] [blame]
{
"name": "cpp-events",
"version": "1.0.0",
"summary": "Events support for C++, using variadic templates",
"homepage": "https://github.com/cristik/cpp-events",
"source": {
"git": "https://github.com/cristik/cpp-events.git",
"tag": "1.0.0"
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Cristian Kocza": "cristik@cristik.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"libraries": "c++",
"source_files": "events.h"
}