blob: 208847b30fc0beb3d3589c0d9860482fb2551ccb [file] [log] [blame]
{
"name": "RestEssentials",
"version": "5.0.0",
"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.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/RestEssentials/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}