[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / e / 1 / SwiftEvents / 1.2.0 / SwiftEvents.podspec.json
blob831f76750fcfd638de1264ab7d7f9722898643d2
2   "name": "SwiftEvents",
3   "version": "1.2.0",
4   "homepage": "https://github.com/denissimon/SwiftEvents",
5   "authors": {
6     "Denis Simon": "denis.v.simon@gmail.com"
7   },
8   "summary": "A library for creating and observing events. Includes Event<T> for notifications and Observable<T> for data binding.",
9   "license": {
10     "type": "MIT"
11   },
12   "swift_versions": [
13     "5.0",
14     "5.1"
15   ],
16   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "watchos": "3.0",
20     "tvos": "10.0"
21   },
22   "source": {
23     "git": "https://github.com/denissimon/SwiftEvents.git",
24     "tag": "1.2.0"
25   },
26   "source_files": "Sources/**/*.swift",
27   "frameworks": "Foundation",
28   "swift_version": "5.1"