blob: 839f63ec8e2658d14895151e614c386c7efd850b [file] [log] [blame]
{
"name": "Beam",
"module_name": "Beam",
"version": "1.0.0",
"summary": "Beam - EventBus implementation written in Swift.",
"description": "Beam is an EventBus implementation witch provides compile time safety and type checking.",
"homepage": "https://github.com/Meniny/Beam",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/Meniny/Beam.git",
"tag": "1.0.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Beam/Core/**/*.swift"
}
]
}