[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 8 / e / 3 / EventBus.swift / 0.1.2 / EventBus.swift.podspec.json
blob31f0028e79f5b17c6a90db35773a28be65375d13
2   "name": "EventBus.swift",
3   "version": "0.1.2",
4   "summary": "Fast and type safe event bus for swift.",
5   "description": "EventBus.swift is an event bus for Swift.It helps you to  write elegant code about Events in swift, bye bye `NSNotification`。",
6   "homepage": "https://github.com/LeoMobileDeveloper/EventBus.swift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leo": "leomobiledeveloper@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LeoMobileDeveloper/EventBus.swift.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/**/*"