blob: 814a8475f8ce8b3db1d645bb750e249f5e6a25c5 [file] [log] [blame]
{
"name": "EventHub",
"version": "1.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": "1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"EventHub": [
"Pod/Assets/*.png"
]
}
}