blob: f9914465ee2566192c09ffe23c67b762c2da97a5 [file] [log] [blame]
{
"name": "EventCenter",
"version": "1.0.0",
"summary": "Swift Library of Type Safe Event Notification like Android's EventBus.",
"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.",
"homepage": "https://github.com/mokemokechicken/EventCenter",
"license": "MIT",
"authors": {
"Ken Morishita": "mokemokechicken@gmail.com"
},
"source": {
"git": "https://github.com/mokemokechicken/EventCenter.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/mokemokechicken",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}