[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / d / 8 / PromisedArchitectureKit / 2.1.0 / PromisedArchitectureKit.podspec.json
blobb7b34f7b8e3f4a1f2a6761a4ece41288c944e3e5
2   "name": "PromisedArchitectureKit",
3   "version": "2.1.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.1.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"