blob: 987749d772ea724315ffb9fa851c959153b7720f [file] [log] [blame]
{
"name": "Changeable",
"version": "0.5",
"summary": "Simple framework that allows to explicitly follow and observe changes made in an object/value.",
"description": "Changable is a wrapper on an object regardless if it will be class or struct that can be changed using one exposed method set. What makes it different that normal set is that all of the changes made using set method won't be immediately applied but after using commit method. To fully cover needs Changeable also allows you to reset pending changes by reset method.",
"homepage": "https://github.com/nonameplum/Changeable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Łukasz Śliwiński": "sliwinski.lukas@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nonameplum/Changeable.git",
"tag": "0.5"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}