[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / d / b / CwlSignal / 2.2.0 / CwlSignal.podspec.json
blob7da006e52b13422f7661ed70afbc460377f7aa67
2   "name": "CwlSignal",
3   "version": "2.2.0",
4   "summary": "A Swift framework for reactive programming.",
5   "description": "An implementation of reactive programming. For details, see the article on Cocoa with An implementation of reactive programming. For details, see the article on [Cocoa with Love](https://www.cocoawithlove.com), [CwlSignal, a library for reactive programming](https://www.cocoawithlove.com/blog/cwlsignal.html)",
6   "homepage": "https://github.com/mattgallagher/CwlSignal",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE.txt"
10   },
11   "authors": "Matt Gallagher",
12   "swift_versions": "5.0",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10"
16   },
17   "dependencies": {
18     "CwlUtils": [
19       "~> 2.2.0"
20     ]
21   },
22   "source": {
23     "git": "https://github.com/mattgallagher/CwlSignal.git",
24     "tag": "2.2.0"
25   },
26   "source_files": "Sources/**/*.{swift,h}"