[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / f / e / 1 / SwiftEvents / 0.2.0 / SwiftEvents.podspec.json
blob4ce16c61a47d8e90359643792a58c29e49234364
2   "name": "SwiftEvents",
3   "version": "0.2.0",
4   "homepage": "https://github.com/denissimon/SwiftEvents",
5   "authors": {
6     "Denis Simon": "denis.v.simon@gmail.com"
7   },
8   "summary": "A lightweight, pure-Swift library for implementing events in iOS and other platforms",
9   "description": "SwiftEvents is a lightweight, pure-Swift library for implementing events. It has Delegation (one subscriber to the event), NotificationCenter (multiple subscribers to the event) and KVO (observing properties using events) functionality in one simple, not verbose and type-safe API.",
10   "license": {
11     "type": "MIT"
12   },
13   "swift_versions": "4.2",
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/denissimon/SwiftEvents.git",
22     "tag": "0.2.0"
23   },
24   "source_files": "Sources/**/*.swift",
25   "frameworks": "Foundation",
26   "swift_version": "4.2"