blob: 96796d63aae463a7c768bf7ffefd4b49fb917e3c [file] [log] [blame]
{
"name": "RestEssentials",
"version": "5.0.1",
"license": "MIT",
"summary": "RestEssentials is a lightweight REST and JSON library for Swift.",
"homepage": "https://github.com/sean7512/RestEssentials",
"authors": "sean7512",
"source": {
"git": "https://github.com/sean7512/RestEssentials.git",
"tag": "5.0.1"
},
"swift_versions": [
"5.0",
"5.1"
],
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"source_files": "Sources/RestEssentials/*.swift",
"requires_arc": true,
"swift_version": "5.1"
}