[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / b / Nomosi / 0.0.5 / Nomosi.podspec.json
blob1f070d695cb443e3f65366be993d4da95b464c0e
2   "name": "Nomosi",
3   "version": "0.0.5",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "MarioIannotta": "info@marioiannotta.com"
14   },
15   "source": {
16     "git": "https://github.com/MarioIannotta/Nomosi.git",
17     "tag": "0.0.5"
18   },
19   "social_media_url": "https://twitter.com/MarioIannotta",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "All",
27       "dependencies": {
28         "Nomosi/Core": [
30         ],
31         "Nomosi/UI": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "Nomosi/Core/**/*",
39       "exclude_files": "Nomosi/UI/**/*"
40     },
41     {
42       "name": "UI",
43       "ios": {
44         "source_files": "Nomosi/UI/**/*"
45       },
46       "dependencies": {
47         "Nomosi/Core": [
49         ]
50       }
51     }
52   ]