blob: 5dcedd222f007c8ada6001e8f0472356a558e286 [file] [log] [blame]
{
"name": "cpp-events",
"version": "1.0.1",
"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.1"
},
"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"
}