[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 3 / 2 / b / Nomosi / 0.0.12 / Nomosi.podspec.json
blob8b246fe3d4b92a33baf0a9a3e6be64a68f27301f
2   "name": "Nomosi",
3   "version": "0.0.12",
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.0.12"
18   },
19   "social_media_url": "https://twitter.com/MarioIannotta",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "All",
27       "dependencies": {
28         "Nomosi/Core": [
30         ],
31         "Nomosi/UI": [
33         ],
34         "Nomosi/CoreDataCache": [
36         ]
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": "Nomosi/Core/**/*",
42       "exclude_files": "Nomosi/UI/**/*"
43     },
44     {
45       "name": "UI",
46       "ios": {
47         "source_files": "Nomosi/UI/**/*"
48       },
49       "dependencies": {
50         "Nomosi/Core": [
52         ]
53       }
54     },
55     {
56       "name": "CoreDataCache",
57       "ios": {
58         "source_files": "Nomosi/CoreDataCache/**/*.swift"
59       },
60       "dependencies": {
61         "Nomosi/Core": [
63         ]
64       },
65       "resource_bundles": {
66         "CoreDataCache": [
67           "Nomosi/CoreDataCache/Resources/*.xcdatamodeld"
68         ]
69       }
70     }
71   ]