blob: 43c2c30313b6805d88ffef387f35b7d89c53e311 [file] [log] [blame]
{
"name": "SwiftySignals",
"version": "2.0.2",
"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": "2.0.2"
},
"social_media_url": "https://twitter.com/psturm_swift",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "3.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}