blob: a64d97e1a6114200b2332916d8c24bc9dddbc8ad [file] [log] [blame]
{
"name": "GRKInputStreamAggregate",
"version": "1.0",
"summary": "A stream aggregator that reads from a concatenated sequence of other inputs.",
"description": "A stream aggregator that reads from a concatenated sequence of other inputs. Use this to combine multiple input streams (and data blobs) together into one. This is useful when uploading multipart MIME bodies.",
"homepage": "https://github.com/levigroker/GRKInputStreamAggregate",
"license": "Apache License, Version 2.0",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKInputStreamAggregate.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "GRKInputStreamAggregate/**/*.{h,m}",
"frameworks": "Foundation"
}