blob: d838423f16cd95c4a6752a3ddfac5e7ba58395eb [file] [log] [blame]
{
"name": "Benji",
"version": "1.0.1",
"summary": "Benji is a lightweight HTTP networking library written in Swift for simple HTTP API requests using JSON and uploading/downloading files.",
"homepage": "https://github.com/aa-wong/Benji",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aaron Wong": "aaron@pixelbirddesign.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/aa-wong/Benji.git",
"tag": "v1.0.1"
},
"source_files": "Benji/**/*.{h, swift}",
"swift_versions": "5.0",
"vendored_frameworks": "Benji.framework",
"swift_version": "5.0"
}