[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 2 / b / Nomosi / 0.1.8 / Nomosi.podspec.json
blob8bbe2d2f3650b4ffc9f21d3491209a646e9eba25
2   "name": "Nomosi",
3   "version": "0.1.8",
4   "summary": "Declarative plug and play network services for your iOS apps.",
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 or redundant requests\n* Mock support\n* Develop and attach thirdy part components\n* Prebaked UI Components (by adding Nomosi/UI)",
6   "swift_versions": "5",
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.1.8"
18   },
19   "social_media_url": "https://twitter.com/MarioIannotta",
20   "platforms": {
21     "ios": "10.0",
22     "osx": "10.15"
23   },
24   "default_subspecs": "All",
25   "subspecs": [
26     {
27       "name": "All",
28       "dependencies": {
29         "Nomosi/Core": [
31         ],
32         "Nomosi/UI": [
34         ],
35         "Nomosi/CoreDataCache": [
37         ]
38       }
39     },
40     {
41       "name": "Core",
42       "source_files": "Nomosi/Core/**/*",
43       "exclude_files": "Nomosi/UI/**/*"
44     },
45     {
46       "name": "UI",
47       "ios": {
48         "source_files": "Nomosi/UI/**/*"
49       },
50       "dependencies": {
51         "Nomosi/Core": [
53         ]
54       }
55     },
56     {
57       "name": "CoreDataCache",
58       "ios": {
59         "source_files": "Nomosi/CoreDataCache/**/*.swift"
60       },
61       "dependencies": {
62         "Nomosi/Core": [
64         ]
65       },
66       "resource_bundles": {
67         "CoreDataCache": [
68           "Nomosi/CoreDataCache/Resources/*.xcdatamodeld"
69         ]
70       }
71     }
72   ],
73   "swift_version": "5"