blob: 560d54f2f870ac22408c4a103eaaa67eed9ea60c [file] [log] [blame]
{
"name": "JustSignals",
"version": "0.1.0",
"summary": "Signals to replace delegates and NotificationCenter, nothing more.",
"description": "JustSignals is a type-safe alternative to NotificationCenter and delegates.\nUse it if you don't need binding and rx magic in your project,\nand just want to replace NotificationCenter with something more strict and safe.",
"homepage": "https://github.com/devandsev/JustSignals",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrey Sevrikov": "devandsev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/devandsev/JustSignals.git",
"tag": "0.1.0"
},
"source_files": "Sources/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}