blob: 1f070d695cb443e3f65366be993d4da95b464c0e [file] [log] [blame]
{
"name": "Nomosi",
"version": "0.0.5",
"summary": "Declarative plug and play network services for your iOS app.",
"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)",
"swift_version": "4.2",
"homepage": "https://github.com/MarioIannotta/Nomosi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MarioIannotta": "info@marioiannotta.com"
},
"source": {
"git": "https://github.com/MarioIannotta/Nomosi.git",
"tag": "0.0.5"
},
"social_media_url": "https://twitter.com/MarioIannotta",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Nomosi/Core": [
],
"Nomosi/UI": [
]
}
},
{
"name": "Core",
"source_files": "Nomosi/Core/**/*",
"exclude_files": "Nomosi/UI/**/*"
},
{
"name": "UI",
"ios": {
"source_files": "Nomosi/UI/**/*"
},
"dependencies": {
"Nomosi/Core": [
]
}
}
]
}