blob: 8b246fe3d4b92a33baf0a9a3e6be64a68f27301f [file] [log] [blame]
{
"name": "Nomosi",
"version": "0.0.12",
"summary": "Declarative plug and play network services for your iOS apps.",
"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)",
"swift_versions": "5",
"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.12"
},
"social_media_url": "https://twitter.com/MarioIannotta",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"dependencies": {
"Nomosi/Core": [
],
"Nomosi/UI": [
],
"Nomosi/CoreDataCache": [
]
}
},
{
"name": "Core",
"source_files": "Nomosi/Core/**/*",
"exclude_files": "Nomosi/UI/**/*"
},
{
"name": "UI",
"ios": {
"source_files": "Nomosi/UI/**/*"
},
"dependencies": {
"Nomosi/Core": [
]
}
},
{
"name": "CoreDataCache",
"ios": {
"source_files": "Nomosi/CoreDataCache/**/*.swift"
},
"dependencies": {
"Nomosi/Core": [
]
},
"resource_bundles": {
"CoreDataCache": [
"Nomosi/CoreDataCache/Resources/*.xcdatamodeld"
]
}
}
]
}