blob: 4e55ff651662ee61a63caf3265599155685b5fe7 [file] [log] [blame]
{
"name": "Eventable",
"version": "1.0.0",
"summary": "A re-usable class that manages pub/sub events using blocks in Obj-C.",
"homepage": "https://github.com/nyteshade/Eventable",
"license": "MIT",
"authors": {
"Gabriel Harrison": "nyteshade@gmail.com"
},
"source": {
"git": "https://github.com/nyteshade/Eventable.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": "*.{h,m}",
"requires_arc": true
}