[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / 4 / b / Changeable / 0.5 / Changeable.podspec.json
blob987749d772ea724315ffb9fa851c959153b7720f
2   "name": "Changeable",
3   "version": "0.5",
4   "summary": "Simple framework that allows to explicitly follow and observe changes made in an object/value.",
5   "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.",
6   "homepage": "https://github.com/nonameplum/Changeable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Łukasz Śliwiński": "sliwinski.lukas@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/nonameplum/Changeable.git",
22     "tag": "0.5"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation"