blob: f455f057942750ea4f577cc8e310521b308e567c [file] [log] [blame]
{
"name": "Multipart",
"version": "0.1.0",
"summary": "A simple multipart MIME encoder that supports form-data, files and nesting.",
"homepage": "https://github.com/Fyrts/Multipart",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fyrts": "sam@feyaerts.me"
},
"source": {
"git": "https://github.com/Fyrts/Multipart.git",
"tag": "0.1.0"
},
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation"
}