| { |
| "name": "SwiftyEventBus", |
| "version": "1.0.0", |
| "summary": "SwiftyEventBus is a publish/subscribe event bus for iOS and Swift.", |
| "homepage": "https://github.com/Maru-zhang/SwiftyEventBus", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Maru-zhang": "maru-zhang@foxmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Maru-zhang/SwiftyEventBus.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_versions": [ |
| "4.0", |
| "4.2", |
| "5.0", |
| "5.0" |
| ], |
| "source_files": "SwiftyEventBus/Core/**/*.swift", |
| "swift_version": "5.0" |
| } |