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