[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / d / Signals / 4.0.0 / Signals.podspec.json
blob484f9993b4e48f1209e230a0fd3b5fbadd380198
2   "name": "Signals",
3   "version": "4.0.0",
4   "license": "MIT",
5   "summary": "Elegant eventing",
6   "homepage": "https://github.com/artman/Signals",
7   "social_media_url": "http://twitter.com/artman",
8   "authors": {
9     "Tuomas Artman": "tuomas@artman.fi"
10   },
11   "source": {
12     "git": "https://github.com/artman/Signals.git",
13     "tag": "4.0.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Signals/Signal.swift",
22   "ios": {
23     "source_files": "Signals/iOS/*.swift"
24   },
25   "tvos": {
26     "source_files": "Signals/iOS/*.swift"
27   },
28   "requires_arc": true,
29   "pushed_with_swift_version": "3.0"