blob: 7da006e52b13422f7661ed70afbc460377f7aa67 [file] [log] [blame]
{
"name": "CwlSignal",
"version": "2.2.0",
"summary": "A Swift framework for reactive programming.",
"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)",
"homepage": "https://github.com/mattgallagher/CwlSignal",
"license": {
"type": "ISC",
"file": "LICENSE.txt"
},
"authors": "Matt Gallagher",
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"dependencies": {
"CwlUtils": [
"~> 2.2.0"
]
},
"source": {
"git": "https://github.com/mattgallagher/CwlSignal.git",
"tag": "2.2.0"
},
"source_files": "Sources/**/*.{swift,h}"
}