blob: 5423076be1f24bfc1fc978fdfe626e78ec3fba15 [file] [log] [blame]
{
"name": "MultipartFormDataKit",
"version": "1.0.0",
"summary": "multipart/form-data for Swift.",
"description": "multipart/form-data for Swift.\nYou can communicate by using this module and URLSession or other HTTP libraries.",
"homepage": "https://github.com/Kuniwak/MultipartFormDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kuniwak": "orga.chem.job@gmail.com"
},
"source": {
"git": "https://github.com/Kuniwak/MultipartFormDataKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}