blob: 26cc198affac6863fa299b0467998aa9323b8d06 [file] [log] [blame]
{
"name": "SwiftySignals",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "https://twitter.com/psturm_swift",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SwiftySignals/*.swift"
}