blob: d4a80d4aadd7204857a71b1b916e5861fc377500 [file] [log] [blame]
{
"name": "EventBox",
"version": "1.0.0",
"summary": "Provides an interface for use the `addObserverForName` safely and easily.",
"description": "Provides an interface for use the `addObserverForName` safely and easily.\n- Comprehensive Unit Test Coverage\n- Carthage support\n- Thread-safe",
"homepage": "https://github.com/s-aska/EventBox",
"license": "MIT",
"authors": {
"aska": "s.aska.org@gmail.com"
},
"social_media_url": "https://twitter.com/su_aska",
"source": {
"git": "https://github.com/s-aska/EventBox.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EventBox/*.swift"
}