[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / b / Changeable / 0.2 / Changeable.podspec.json
blob1d4de368851cb8ce597f43c66cb6241fafc4c5a1
2   "name": "Changeable",
3   "version": "0.2",
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.2"
23   },
24   "source_files": "Sources/**/*",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "4.0"