blob: 47c5b0d04e792c13e9f9b8137f5bcf64fc821dee [file] [log] [blame]
{
"name": "Remotli",
"version": "1.0.0",
"summary": "A networking framework designed to simplify the creation of model objects used in an application from json returned from a remote api.",
"description": "This framework is designed to work on the iOS platform and simplifies the process of sending network requests and parsing responses into local model objects.",
"homepage": "https://github.com/appteur/remotli.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Seth Arnott",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/appteur/remotli.git",
"tag": "1.0.0"
},
"source_files": [
"Remotli/*.{h,m,swift}",
"Remotli/**/*.{h,m,swift}"
]
}