blob: 2e245db1e3bfc3a0931a2ce6eb8b89ef315dc799 [file] [log] [blame]
{
"name": "EventHub",
"version": "2.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}