blob: feb61919013fc8bc36eeae3069848bc0b5bc649a [file] [log] [blame]
{
"name": "PKMultipartInputStream",
"version": "1.3.0",
"summary": "An NSInputStream subclass suitable for building multipart/form-data HTTP requests bodies in MacOSX/iOS applications.",
"homepage": "http://github.com/pyke369/PKMultipartInputStream",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pierre-Yves Kerembellec": "py.kerembellec@gmail.com"
},
"preserve_paths": "README.*",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/pyke369/PKMultipartInputStream.git",
"tag": "1.3.0"
},
"source_files": "PKMultipartInputStream.{h,m}",
"requires_arc": true,
"frameworks": "MobileCoreServices"
}