blob: bdd5104193b5cba595a16cede5278a1a4dcd2c3c [file] [log] [blame]
{
"name": "Eventer",
"module_name": "Eventer",
"version": "1.1.0",
"summary": "Event bus for iOS.",
"homepage": "https://github.com/Meniny/Eventer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/Eventer.git",
"tag": "1.1.0"
},
"source_files": "Eventer/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"frameworks": "Foundation"
}