blob: 73144a0dffafdc5004040b2e5761a0eace6d7c4b [file] [log] [blame]
{
"name": "Benji",
"version": "1.0.0",
"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": {
"Your Name": "aaron@pixelbirddesign.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/aa-wong/Benji.git",
"tag": "v1.0.0"
},
"source_files": "Benji/**/*.{h,swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}