4 "summary": "Swift Library of Type Safe Event Notification like Android's EventBus.",
5 "description": "EventCenter is a swift library like Android's EventBus.\nObservers can register type safe handlers(no need to type casting), and unregister.\nThe handler's running thread can be specified when registering the hander.",
6 "homepage": "https://github.com/mokemokechicken/EventCenter",
9 "Ken Morishita": "mokemokechicken@gmail.com"
12 "git": "https://github.com/mokemokechicken/EventCenter.git",
15 "social_media_url": "https://twitter.com/mokemokechicken",
20 "source_files": "Pod/Classes/**/*"