blob: d37440c829c050b702e4e31cea1dad784192653d [file] [log] [blame]
{
"name": "SwiftySignals",
"version": "3.0.5",
"summary": "SwiftySignals provides a simple API to send and react to application messages.",
"description": "SwiftySignals provides a simple API to send and react to application messages.\nThere are three concept involved: Signals, Messages and Slots. \nSignals are senders of messages (arbitrary type). Slots receive messages in the first place and hand them over to a connected user defined function. The concept can be considered as a specific implementation of the observer pattern.",
"homepage": "https://github.com/psturm-swift/SwiftySignals",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patrick Sturm": "psturm.mail@googlemail.com"
},
"source": {
"git": "https://github.com/psturm-swift/SwiftySignals.git",
"tag": "3.0.5"
},
"social_media_url": "https://twitter.com/psturm_swift",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}