blob: be06de965a769065bb6504b3392b31553fec0ae3 [file] [log] [blame]
{
"name": "PKMultipartInputStream",
"version": "0.0.1",
"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",
"commit": "2768229ec1d29f4212e033b7f23db81bc612a734"
},
"source_files": "PKMultipartInputStream.{h,m}",
"requires_arc": true,
"frameworks": "MobileCoreServices"
}