blob: 414be6dc2cba662e86bb68bf0256d5d831ce0d56 [file] [log] [blame]
{
"name": "EventEmitter",
"summary": "Node.js inspired EventEmitter for Objective C.",
"version": "0.1.3",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/jerolimov/EventEmitter",
"authors": "Christoph Jerolimov",
"social_media_url": "http://twitter.com/jerolimov",
"source": {
"git": "https://github.com/jerolimov/EventEmitter.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "EventEmitter/*.{h,m}"
}