[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / 8 / PromisedArchitectureKit / 2.0.0 / PromisedArchitectureKit.podspec.json
blob0d06fc34e73ee9305f8c6cd94285bd2c820117d5
2   "name": "PromisedArchitectureKit",
3   "version": "2.0.0",
4   "summary": "Simplest architecture for PromiseKit",
5   "description": "Simplest architecture for PromiseKit.\nThis architectural approach, fits on the View layer of Clean Architecture. It is an alternative to Model-View-Presenter or Model-View-ViewModel, and it is strongly inspired by Redux.\n\nThe idea is to constrain the changes to view state in order to enforce correctness. Changes to state are explicity documented by Events and by a pure reducer function. This approach also allows testing presentation logic with ease (it also includes a mechanism to inject dependencies, such views, API Clients, etc.)",
6   "homepage": "https://github.com/rpallas92/PromisedArchitectureKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rpallas92": "ricardo.pallas@adidas-group.com"
13   },
14   "source": {
15     "git": "https://github.com/rpallas92/PromisedArchitectureKit.git",
16     "tag": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Classes/**/*",
22   "dependencies": {
23     "PromiseKit": [
24       "~> 6.0"
25     ]
26   },
27   "swift_version": "4.2"