4 "summary": "Declarative plug and play network services for your iOS app.",
5 "description": "## Features\n\n* Declarative functional syntax\n* Type-safe by design\n* Easy to decorate (eg: token refresh) and/or invalidate requests\n* Straightforward cache configuration with the layer of your choice (URLCache by default)\n* Discard invalid requests before performing them\n* Avoid redundant requests\n* Mock support\n* Makes simple to attach thirdy part components with ServiceObserver\n* Prebaked UI Components (by adding Nomosi/UI)",
6 "swift_version": "4.2",
7 "homepage": "https://github.com/MarioIannotta/Nomosi",
13 "MarioIannotta": "info@marioiannotta.com"
16 "git": "https://github.com/MarioIannotta/Nomosi.git",
19 "social_media_url": "https://twitter.com/MarioIannotta",
23 "default_subspecs": "All",
38 "source_files": "Nomosi/Core/**/*",
39 "exclude_files": "Nomosi/UI/**/*"
44 "source_files": "Nomosi/UI/**/*"