blob: 330aa82d6d75c8a1509aef59f0d32fa2abc6340b [file] [log] [blame]
{
"name": "NetworkLayerSample",
"version": "0.1.1",
"swift_version": "4.0",
"summary": "This my first pod. Added NetworkGeneric framework to use it in any project needs to fetch data from net. No joke.",
"description": "This my first pod! Added NetworkGeneric framework to use it in any project needs to fetch data from net. No joke. Will try to make it more useful!",
"homepage": "https://github.com/st-small/NetworkLayerSample",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stanislav Shiyanovskiy": "st-small@rambler.ru"
},
"source": {
"git": "https://github.com/st-small/NetworkLayerSample.git",
"tag": "0.1.1",
"submodules": true
},
"platforms": {
"ios": "11.0"
},
"subspecs": [
{
"name": "Model",
"source_files": "NetworkLayerSample/**/*.swift"
}
]
}