blob: 7248c5c2fb49777641c49ca2169b42e8668398c7 [file] [log] [blame]
{
"name": "LazyNap",
"version": "0.0.1",
"summary": "Network services layer based in RESTFUL conventions",
"description": "Network services layer designed to match RESTFUL endpoints and based on api conventions allowing to create a CRUD service per endpoint with minimal effort.",
"homepage": "https://github.com/3zcurdia/LazyNap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Ezcurdia": "ing.ezcurdia@gmail.com"
},
"source": {
"git": "https://github.com/3zcurdia/LazyNap.git",
"tag": "0.0.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "LazyNap/Classes/**/*"
}