blob: b3051510617133176e67ee4d5315e010c11ac4e8 [file] [log] [blame]
{
"name": "EventHub",
"version": "2.1",
"summary": "Type-safe and handy observation system in Swift. It's like NSNotificationCenter or EventBus(Android).",
"homepage": "https://github.com/mishimay/EventHub",
"license": "MIT",
"authors": {
"Yuki Mishima": "mishimaybe@gmail.com"
},
"source": {
"git": "https://github.com/mishimay/EventHub.git",
"tag": "2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}