[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / f / e / 1 / SwiftEvents / 0.4.2 / SwiftEvents.podspec.json
blob9fa29696eb587872149acbb61b94b74efe62c6fe
2   "name": "SwiftEvents",
3   "version": "0.4.2",
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, NotificationCenter and Key-Value Observing (KVO) 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.4.2"
23   },
24   "source_files": "Sources/**/*.swift",
25   "frameworks": "Foundation",
26   "swift_version": "4.2"