blob: c0b76028bf3d540c734d051f5cbffb2418811616 [file] [log] [blame]
{
"name": "ABCEventBus",
"version": "0.1",
"summary": "This is an event bus for iOS.",
"homepage": "https://github.com/AKACoder/ABCEventBus/",
"license": {
"type": "MIT"
},
"authors": {
"AKACoder": "akacoder@outlook.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AKACoder/ABCEventBus.git",
"tag": "0.1"
},
"source_files": "SourceCode/**/*.{swift}",
"requires_arc": true,
"dependencies": {
"AsyncSwift": [
"2.0.4"
]
},
"pushed_with_swift_version": "4.0"
}