[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / c / 6 / Beam / 1.0.0 / Beam.podspec.json
blob839f63ec8e2658d14895151e614c386c7efd850b
2   "name": "Beam",
3   "module_name": "Beam",
4   "version": "1.0.0",
5   "summary": "Beam - EventBus implementation written in Swift.",
6   "description": "Beam is an EventBus implementation witch provides compile time safety and type checking.",
7   "homepage": "https://github.com/Meniny/Beam",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Elias Abel": "admin@meniny.cn"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source": {
23     "git": "https://github.com/Meniny/Beam.git",
24     "tag": "1.0.0"
25   },
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "4.1"
29   },
30   "swift_version": "4.1",
31   "default_subspecs": "Core",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Beam/Core/**/*.swift"
36     }
37   ]