[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / f / e / 1 / SwiftEvents / 0.1.1 / SwiftEvents.podspec.json
blob0870e49c005a6832d6b7ee1c2cf5d0bef7be1423
2   "name": "SwiftEvents",
3   "version": "0.1.1",
4   "homepage": "https://github.com/denissimon/SwiftEvents",
5   "authors": {
6     "Denis Simon": "denis.v.simon@gmail.com"
7   },
8   "summary": "A lightweight, pure-Swift alternative to Cocoa KVO and NotificationCenter.",
9   "description": "A lightweight, pure-Swift alternative to Cocoa KVO and NotificationCenter. One of the bright examples of using SwiftEvents is MVVM, as it provides an easier way for the View to react to changes in the ViewModel.",
10   "license": {
11     "type": "MIT"
12   },
13   "source": {
14     "git": "https://github.com/denissimon/SwiftEvents.git",
15     "tag": "0.1.1"
16   },
17   "source_files": "Sources/**/*.swift",
18   "swift_versions": "3.0",
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.10",
22     "watchos": "3.0",
23     "tvos": "10.0"
24   },
25   "swift_version": "3.0"